Html Css Color HEX #32420A Turtle Green

📋 copy color: '#32420A'

red 50 ◦ green 66 ◦ blue 10

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

Shades of Turtle Green #32420A

Tints of Turtle Green #32420A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 52.38%

 BLUE value IS 10 (4.3% from 255) = 7.94%

R = 39.68%
G = 52.38%
B = 7.94%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.85

 K value IS 0.74

RGB Variations

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

Color information

#32420A (or 0x32420A) is known color: Turtle Green. HEX triplet: 32, 42 and 0A. RGB value is (50,66,10). Sum of RGB (Red+Green+Blue) = 50+66+10=126 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.68% from 126); Green value is 66 (26.17% from 255 or 52.38% from 126); Blue value is 10 (4.30% from 255 or 7.94% from 126); Max value from RGB is 66 - color contains mainly: green. Hex color #32420A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #32420A is #CDBDF5. Grayscale: #373737. Windows color (decimal): -13483510 or 672306. OLE color: 672306.

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

Color convert

RGB 50 66 10 -
CMYK 0.24 0 0.85 0.74
HSL 77.14º 0.74% 0.15% -
HSV(B) 77.14º 0.85% 0.26% -
XYZ 3.32 4.6 1 -
YUV 54.83 102.7 124.55 -
System Red Green Blue C M Y K H S L
Decimal 50 66 10 0.24 0 0.85 0.74 77.14 0.74 0.15
Hex 32 42 A 18 0 55 4A 4D 4A F
Octal 62 102 12 30 0 125 112 115 112 17
Binary 110010 1000010 1010 11000 0 1010101 1001010 1001101 1001010 1111

Color Harmonies of #32420A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32420A

Black with #32420A

Text Example


Text Example

White with #32420A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32420A; }

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

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

background-color css

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

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

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

border-color css

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

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

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