#324B10

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

Shades of Turtle Green #324B10

Tints of Turtle Green #324B10

Color information

#324B10 (or 0x324B10) is unknown color: approx Turtle Green. HEX triplet: 32, 4B and 10. RGB value is (50,75,16). Sum of RGB (Red+Green+Blue) = 50+75+16=141 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.46% from 141); Green value is 75 (29.69% from 255 or 53.19% from 141); Blue value is 16 (6.64% from 255 or 11.35% from 141); Max value from RGB is 75 - color contains mainly: green. Hex color #324B10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324B10 is #CDB4EF. Grayscale: #3D3D3D. Windows color (decimal): -13481200 or 1067826. OLE color: 1067826.

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

Color convert

RGB507516-
CMYK0.3300.790.71
HSL85.42º64.84%17.84%-
HSV(B)85.42º78.67%29.41%-
XYZ3.925.751.39-
YUV60.8102.72120.3-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 35.46%
GREEN value IS 75 (29.69% from 255) = 53.19%
BLUE value IS 16 (6.64% from 255) = 11.35%
R=35.46%
G=53.19%
B=11.35%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5075160.3300.790.7185.4264.8417.84
Hex324B102104F47554112
Octal621132041011710712510122
Binary1100101001011100001000010100111110001111010101100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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