#324316

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

Shades of Turtle Green #324316

Tints of Turtle Green #324316

Color information

#324316 (or 0x324316) is unknown color: approx Turtle Green. HEX triplet: 32, 43 and 16. RGB value is (50,67,22). Sum of RGB (Red+Green+Blue) = 50+67+22=139 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.97% from 139); Green value is 67 (26.56% from 255 or 48.20% from 139); Blue value is 22 (8.98% from 255 or 15.83% from 139); Max value from RGB is 67 - color contains mainly: green. Hex color #324316 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324316 is #CDBCE9. Grayscale: #383838. Windows color (decimal): -13483242 or 1458994. OLE color: 1458994.

HSL color Cylindrical-coordinate representation of color #324316: hue angle of 82.67º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #324316 is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.74.

Color convert

RGB506722-
CMYK0.2500.670.74
HSL82.67º50.56%17.45%-
HSV(B)82.67º67.16%26.27%-
XYZ3.474.751.49-
YUV56.79108.37123.16-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 35.97%
GREEN value IS 67 (26.56% from 255) = 48.20%
BLUE value IS 22 (8.98% from 255) = 15.83%
R=35.97%
G=48.20%
B=15.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5067220.2500.670.7482.6750.5617.45
Hex324316190434A533311
Octal62103263101031121236321
Binary11001010000111011011001010000111001010101001111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324316; }

 p { color: rgb(50,67,22); }

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

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

 a { background-color: rgb(50,67,22); }

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

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

 span { border-color: rgb(50,67,22); }

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