#323406

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

Shades of Turtle Green #323406

Tints of Turtle Green #323406

Color information

#323406 (or 0x323406) is unknown color: approx Turtle Green. HEX triplet: 32, 34 and 06. RGB value is (50,52,6). Sum of RGB (Red+Green+Blue) = 50+52+6=108 (14% of max value = 765). Red value is 50 (19.92% from 255 or 46.30% from 108); Green value is 52 (20.70% from 255 or 48.15% from 108); Blue value is 6 (2.73% from 255 or 5.56% from 108); Max value from RGB is 52 - color contains mainly: green. Hex color #323406 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323406 is #CDCBF9. Grayscale: #2E2E2E. Windows color (decimal): -13487098 or 406578. OLE color: 406578.

HSL color Cylindrical-coordinate representation of color #323406: hue angle of 62.61º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #323406 is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.80.

Color convert

RGB50526-
CMYK0.0400.880.80
HSL62.61º79.31%11.37%-
HSV(B)62.61º88.46%20.39%-
XYZ2.583.150.64-
YUV46.16105.34130.74-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 46.30%
GREEN value IS 52 (20.70% from 255) = 48.15%
BLUE value IS 6 (2.73% from 255) = 5.56%
R=46.30%
G=48.15%
B=5.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal505260.0400.880.8062.6179.3111.37
Hex323464058503f4fb
Octal62646401301207711713
Binary11001011010011010001011000101000011111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323406; }

 p { color: rgb(50,52,6); }

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

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

 a { background-color: rgb(50,52,6); }

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

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

 span { border-color: rgb(50,52,6); }

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