#323614

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

Shades of Turtle Green #323614

Tints of Turtle Green #323614

Color information

#323614 (or 0x323614) is unknown color: approx Turtle Green. HEX triplet: 32, 36 and 14. RGB value is (50,54,20). Sum of RGB (Red+Green+Blue) = 50+54+20=124 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.32% from 124); Green value is 54 (21.48% from 255 or 43.55% from 124); Blue value is 20 (8.20% from 255 or 16.13% from 124); Max value from RGB is 54 - color contains mainly: green. Hex color #323614 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323614 is #CDC9EB. Grayscale: #313131. Windows color (decimal): -13486572 or 1324594. OLE color: 1324594.

HSL color Cylindrical-coordinate representation of color #323614: hue angle of 67.06º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #323614 is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.79.

Color convert

RGB505420-
CMYK0.0700.630.79
HSL67.06º45.95%14.51%-
HSV(B)67.06º62.96%21.18%-
XYZ2.763.371.17-
YUV48.93111.67128.76-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 40.32%
GREEN value IS 54 (21.48% from 255) = 43.55%
BLUE value IS 20 (8.20% from 255) = 16.13%
R=40.32%
G=43.55%
B=16.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5054200.0700.630.7967.0645.9514.51
Hex323614703F4F432ef
Octal62662470771171035617
Binary110010110110101001110111111100111110000111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323614; }

 p { color: rgb(50,54,20); }

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

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

 a { background-color: rgb(50,54,20); }

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

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

 span { border-color: rgb(50,54,20); }

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