#323a0d

Color #323A0D Turtle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turtle Green #323A0D

Tints of Turtle Green #323A0D

Color information

#323A0D (or 0x323A0D) is unknown color: approx Turtle Green. HEX triplet: 32, 3A and 0D. RGB value is (50,58,13). Sum of RGB (Red+Green+Blue) = 50+58+13=121 (16% of max value = 765). Red value is 50 (19.92% from 255 or 41.32% from 121); Green value is 58 (23.05% from 255 or 47.93% from 121); Blue value is 13 (5.47% from 255 or 10.74% from 121); Max value from RGB is 58 - color contains mainly: green. Hex color #323A0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323A0D is #CDC5F2. Grayscale: #323232. Windows color (decimal): -13485555 or 866866. OLE color: 866866.

HSL color Cylindrical-coordinate representation of color #323A0D: hue angle of 70.67º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #323A0D is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.77.

Color convert

RGB505813-
CMYK0.1400.780.77
HSL70.67º63.38%13.92%-
HSV(B)70.67º77.59%22.75%-
XYZ2.93.730.95-
YUV50.48106.85127.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 50 (19.92% from 255) = 41.32%
GREEN value IS 58 (23.05% from 255) = 47.93%
BLUE value IS 13 (5.47% from 255) = 10.74%
R=41.32%
G=47.93%
B=10.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5058130.1400.780.7770.6763.3813.92
Hex323ADE04E4D473fe
Octal6272151601161151077716
Binary1100101110101101111001001110100110110001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323a0d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323a0d; }

 p { color: rgb(50,58,13); }

 H1.HeaderClassName
 {
   color: #323a0d;
 }
 .AnyTagClassName
 {
   color: #323a0d;
 }
</style>
background-color css

<style>
 a { background-color: #323a0d; }

 a { background-color: rgb(50,58,13); }

 div.DivClassName
 {
   background-color: #323a0d;
 }
 .BgClassName
 {
   background-color: #323a0d;
 }
</style>
border-color css

<style>
 span { border-color: #323a0d; }

 span { border-color: rgb(50,58,13); }

 td.TdClassName
 {
   border-color: #323a0d;
 }
 .TagClassName
 {
   border-color: #323a0d;
 }
</style>