Html Css Color HEX #32420D Turtle Green

📋 copy color: '#32420D'

red 50 ◦ green 66 ◦ blue 13

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

Shades of Turtle Green #32420D

Tints of Turtle Green #32420D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 10.08%

R = 38.76%
G = 51.16%
B = 10.08%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.80

 K value IS 0.74

RGB Variations

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

Color information

#32420D (or 0x32420D) is known color: Turtle Green. HEX triplet: 32, 42 and 0D. RGB value is (50,66,13). Sum of RGB (Red+Green+Blue) = 50+66+13=129 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.76% from 129); Green value is 66 (26.17% from 255 or 51.16% from 129); Blue value is 13 (5.47% from 255 or 10.08% from 129); Max value from RGB is 66 - color contains mainly: green. Hex color #32420D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #32420D is #CDBDF2. Grayscale: #373737. Windows color (decimal): -13483507 or 868914. OLE color: 868914.

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

Color convert

RGB 50 66 13 -
CMYK 0.24 0 0.80 0.74
HSL 78.11º 0.67% 0.15% -
HSV(B) 78.11º 0.8% 0.26% -
XYZ 3.34 4.6 1.09 -
YUV 55.17 104.2 124.31 -
System Red Green Blue C M Y K H S L
Decimal 50 66 13 0.24 0 0.80 0.74 78.11 0.67 0.15
Hex 32 42 D 18 0 50 4A 4E 43 F
Octal 62 102 15 30 0 120 112 116 103 17
Binary 110010 1000010 1101 11000 0 1010000 1001010 1001110 1000011 1111

Color Harmonies of #32420D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32420D

Black with #32420D

Text Example


Text Example

White with #32420D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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