#324202

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

Shades of Turtle Green #324202

Tints of Turtle Green #324202

Color information

#324202 (or 0x324202) is unknown color: approx Turtle Green. HEX triplet: 32, 42 and 02. RGB value is (50,66,2). Sum of RGB (Red+Green+Blue) = 50+66+2=118 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.37% from 118); Green value is 66 (26.17% from 255 or 55.93% from 118); Blue value is 2 (1.17% from 255 or 1.69% from 118); Max value from RGB is 66 - color contains mainly: green. Hex color #324202 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324202 is #CDBDFD. Grayscale: #363636. Windows color (decimal): -13483518 or 148018. OLE color: 148018.

HSL color Cylindrical-coordinate representation of color #324202: hue angle of 75º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #324202 is Cyan = 0.24, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.74.

Color convert

RGB50662-
CMYK0.2400.970.74
HSL75º94.12%13.33%-
HSV(B)75º96.97%25.88%-
XYZ3.274.580.77-
YUV53.9298.7125.2-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 42.37%
GREEN value IS 66 (26.17% from 255) = 55.93%
BLUE value IS 2 (1.17% from 255) = 1.69%
R=42.37%
G=55.93%
B=1.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal506620.2400.970.747594.1213.33
Hex32422180614A4b5ed
Octal62102230014111211313615
Binary11001010000101011000011000011001010100101110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324202; }

 p { color: rgb(50,66,2); }

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

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

 a { background-color: rgb(50,66,2); }

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

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

 span { border-color: rgb(50,66,2); }

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