Html Css Color HEX #32490A Turtle Green

📋 copy color: '#32490A'

red 50 ◦ green 73 ◦ blue 10

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

Shades of Turtle Green #32490A

Tints of Turtle Green #32490A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 54.89%

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

R = 37.59%
G = 54.89%
B = 7.52%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.86

 K value IS 0.71

RGB Variations

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

Color information

#32490A (or 0x32490A) is known color: Turtle Green. HEX triplet: 32, 49 and 0A. RGB value is (50,73,10). Sum of RGB (Red+Green+Blue) = 50+73+10=133 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.59% from 133); Green value is 73 (28.91% from 255 or 54.89% from 133); Blue value is 10 (4.30% from 255 or 7.52% from 133); Max value from RGB is 73 - color contains mainly: green. Hex color #32490A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #32490A is #CDB6F5. Grayscale: #3B3B3B. Windows color (decimal): -13481718 or 674098. OLE color: 674098.

HSL color Cylindrical-coordinate representation of color #32490A: hue angle of 81.9º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #32490A is Cyan = 0.32, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.71.

Color convert

RGB 50 73 10 -
CMYK 0.32 0 0.86 0.71
HSL 81.9º 0.76% 0.16% -
HSV(B) 81.9º 0.86% 0.29% -
XYZ 3.75 5.47 1.14 -
YUV 58.94 100.38 121.62 -
System Red Green Blue C M Y K H S L
Decimal 50 73 10 0.32 0 0.86 0.71 81.9 0.76 0.16
Hex 32 49 A 20 0 56 47 52 4C 10
Octal 62 111 12 40 0 126 107 122 114 20
Binary 110010 1001001 1010 100000 0 1010110 1000111 1010010 1001100 10000

Color Harmonies of #32490A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32490A

Black with #32490A

Text Example


Text Example

White with #32490A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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