Html Css Color HEX #324502 Turtle Green

📋 copy color: '#324502'

red 50 ◦ green 69 ◦ blue 2

#324502
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turtle Green #324502

Tints of Turtle Green #324502

RGB

 RED value IS 50 (19.92% from 255) = 41.32%

 GREEN value IS 69 (27.34% from 255) = 57.02%

 BLUE value IS 2 (1.17% from 255) = 1.65%

R = 41.32%
G = 57.02%
B = 1.65%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.97

 K value IS 0.73

RGB Variations

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

Color information

#324502 (or 0x324502) is known color: Turtle Green. HEX triplet: 32, 45 and 02. RGB value is (50,69,2). Sum of RGB (Red+Green+Blue) = 50+69+2=121 (16% of max value = 765). Red value is 50 (19.92% from 255 or 41.32% from 121); Green value is 69 (27.34% from 255 or 57.02% from 121); Blue value is 2 (1.17% from 255 or 1.65% from 121); Max value from RGB is 69 - color contains mainly: green. Hex color #324502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324502 is #CDBAFD. Grayscale: #373737. Windows color (decimal): -13482750 or 148786. OLE color: 148786.

HSL color Cylindrical-coordinate representation of color #324502: hue angle of 77.01º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #324502 is Cyan = 0.28, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.

Color convert

RGB 50 69 2 -
CMYK 0.28 0 0.97 0.73
HSL 77.01º 0.94% 0.14% -
HSV(B) 77.01º 0.97% 0.27% -
XYZ 3.45 4.94 0.83 -
YUV 55.68 97.71 123.95 -
System Red Green Blue C M Y K H S L
Decimal 50 69 2 0.28 0 0.97 0.73 77.01 0.94 0.14
Hex 32 45 2 1C 0 61 49 4D 5E E
Octal 62 105 2 34 0 141 111 115 136 16
Binary 110010 1000101 10 11100 0 1100001 1001001 1001101 1011110 1110

Color Harmonies of #324502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324502

Black with #324502

Text Example


Text Example

White with #324502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324502; }

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

 H1.HeaderClassName
 {
   color: #324502;
 }
 .AnyTagClassName
 {
   color: #324502;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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