Html Css Color HEX #32470A Turtle Green

📋 copy color: '#32470A'

red 50 ◦ green 71 ◦ blue 10

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

Shades of Turtle Green #32470A

Tints of Turtle Green #32470A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 54.2%

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

R = 38.17%
G = 54.2%
B = 7.63%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.86

 K value IS 0.72

RGB Variations

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

Color information

#32470A (or 0x32470A) is known color: Turtle Green. HEX triplet: 32, 47 and 0A. RGB value is (50,71,10). Sum of RGB (Red+Green+Blue) = 50+71+10=131 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.17% from 131); Green value is 71 (28.12% from 255 or 54.20% from 131); Blue value is 10 (4.30% from 255 or 7.63% from 131); Max value from RGB is 71 - color contains mainly: green. Hex color #32470A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #32470A is #CDB8F5. Grayscale: #393939. Windows color (decimal): -13482230 or 673586. OLE color: 673586.

HSL color Cylindrical-coordinate representation of color #32470A: hue angle of 80.66º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #32470A is Cyan = 0.30, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB 50 71 10 -
CMYK 0.30 0 0.86 0.72
HSL 80.66º 0.75% 0.16% -
HSV(B) 80.66º 0.86% 0.28% -
XYZ 3.62 5.21 1.1 -
YUV 57.77 101.04 122.46 -
System Red Green Blue C M Y K H S L
Decimal 50 71 10 0.30 0 0.86 0.72 80.66 0.75 0.16
Hex 32 47 A 1E 0 56 48 51 4B 10
Octal 62 107 12 36 0 126 110 121 113 20
Binary 110010 1000111 1010 11110 0 1010110 1001000 1010001 1001011 10000

Color Harmonies of #32470A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32470A

Black with #32470A

Text Example


Text Example

White with #32470A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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