#324102

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

Shades of Turtle Green #324102

Tints of Turtle Green #324102

Color information

#324102 (or 0x324102) is unknown color: approx Turtle Green. HEX triplet: 32, 41 and 02. RGB value is (50,65,2). Sum of RGB (Red+Green+Blue) = 50+65+2=117 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.74% from 117); Green value is 65 (25.78% from 255 or 55.56% from 117); Blue value is 2 (1.17% from 255 or 1.71% from 117); Max value from RGB is 65 - color contains mainly: green. Hex color #324102 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324102 is #CDBEFD. Grayscale: #353535. Windows color (decimal): -13483774 or 147762. OLE color: 147762.

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

Color convert

RGB50652-
CMYK0.2300.970.75
HSL74.29º94.03%13.14%-
HSV(B)74.29º96.92%25.49%-
XYZ3.224.460.75-
YUV53.3399.03125.62-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 42.74%
GREEN value IS 65 (25.78% from 255) = 55.56%
BLUE value IS 2 (1.17% from 255) = 1.71%
R=42.74%
G=55.56%
B=1.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal506520.2300.970.7574.2994.0313.14
Hex32412170614B4a5ed
Octal62101227014111311213615
Binary11001010000011010111011000011001011100101010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324102; }

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

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

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

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

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

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

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

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