Html Css Color HEX #37420A Turtle Green

📋 copy color: '#37420A'

red 55 ◦ green 66 ◦ blue 10

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

Shades of Turtle Green #37420A

Tints of Turtle Green #37420A

RGB

 RED value IS 55 (21.88% from 255) = 41.98%

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

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

R = 41.98%
G = 50.38%
B = 7.63%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.85

 K value IS 0.74

RGB Variations

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

Color information

#37420A (or 0x37420A) is known color: Turtle Green. HEX triplet: 37, 42 and 0A. RGB value is (55,66,10). Sum of RGB (Red+Green+Blue) = 55+66+10=131 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.98% from 131); Green value is 66 (26.17% from 255 or 50.38% from 131); Blue value is 10 (4.30% from 255 or 7.63% from 131); Max value from RGB is 66 - color contains mainly: green. Hex color #37420A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37420A is #C8BDF5. Grayscale: #383838. Windows color (decimal): -13155830 or 672311. OLE color: 672311.

HSL color Cylindrical-coordinate representation of color #37420A: hue angle of 71.79º 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 #37420A is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.74.

Color convert

RGB 55 66 10 -
CMYK 0.17 0 0.85 0.74
HSL 71.79º 0.74% 0.15% -
HSV(B) 71.79º 0.85% 0.26% -
XYZ 3.58 4.73 1.01 -
YUV 56.33 101.86 127.05 -
System Red Green Blue C M Y K H S L
Decimal 55 66 10 0.17 0 0.85 0.74 71.79 0.74 0.15
Hex 37 42 A 11 0 55 4A 48 4A F
Octal 67 102 12 21 0 125 112 110 112 17
Binary 110111 1000010 1010 10001 0 1010101 1001010 1001000 1001010 1111

Color Harmonies of #37420A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37420A

Black with #37420A

Text Example


Text Example

White with #37420A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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