#324B0B

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

Shades of Turtle Green #324B0B

Tints of Turtle Green #324B0B

Color information

#324B0B (or 0x324B0B) is unknown color: approx Turtle Green. HEX triplet: 32, 4B and 0B. RGB value is (50,75,11). Sum of RGB (Red+Green+Blue) = 50+75+11=136 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.76% from 136); Green value is 75 (29.69% from 255 or 55.15% from 136); Blue value is 11 (4.69% from 255 or 8.09% from 136); Max value from RGB is 75 - color contains mainly: green. Hex color #324B0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324B0B is #CDB4F4. Grayscale: #3C3C3C. Windows color (decimal): -13481205 or 740146. OLE color: 740146.

HSL color Cylindrical-coordinate representation of color #324B0B: hue angle of 83.44º degrees, saturation: 0.74, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #324B0B is Cyan = 0.33, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.71.

Color convert

RGB507511-
CMYK0.3300.850.71
HSL83.44º74.42%16.86%-
HSV(B)83.44º85.33%29.41%-
XYZ3.895.731.22-
YUV60.23100.22120.7-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 36.76%
GREEN value IS 75 (29.69% from 255) = 55.15%
BLUE value IS 11 (4.69% from 255) = 8.09%
R=36.76%
G=55.15%
B=8.09%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5075110.3300.850.7183.4474.4216.86
Hex324BB2105547534a11
Octal621131341012510712311221
Binary110010100101110111000010101010110001111010011100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324B0B; }

 p { color: rgb(50,75,11); }

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

<style>
 a { background-color: #324B0B; }

 a { background-color: rgb(50,75,11); }

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

<style>
 span { border-color: #324B0B; }

 span { border-color: rgb(50,75,11); }

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