Html Css Color HEX #37420F Turtle Green

📋 copy color: '#37420F'

red 55 ◦ green 66 ◦ blue 15

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

Shades of Turtle Green #37420F

Tints of Turtle Green #37420F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 11.03%

R = 40.44%
G = 48.53%
B = 11.03%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.77

 K value IS 0.74

RGB Variations

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

Color information

#37420F (or 0x37420F) is known color: Turtle Green. HEX triplet: 37, 42 and 0F. RGB value is (55,66,15). Sum of RGB (Red+Green+Blue) = 55+66+15=136 (18% of max value = 765). Red value is 55 (21.88% from 255 or 40.44% from 136); Green value is 66 (26.17% from 255 or 48.53% from 136); Blue value is 15 (6.25% from 255 or 11.03% from 136); Max value from RGB is 66 - color contains mainly: green. Hex color #37420F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37420F is #C8BDF0. Grayscale: #393939. Windows color (decimal): -13155825 or 999991. OLE color: 999991.

HSL color Cylindrical-coordinate representation of color #37420F: hue angle of 72.94º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37420F is Cyan = 0.17, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.74.

Color convert

RGB 55 66 15 -
CMYK 0.17 0 0.77 0.74
HSL 72.94º 0.63% 0.16% -
HSV(B) 72.94º 0.77% 0.26% -
XYZ 3.61 4.74 1.18 -
YUV 56.9 104.36 126.65 -
System Red Green Blue C M Y K H S L
Decimal 55 66 15 0.17 0 0.77 0.74 72.94 0.63 0.16
Hex 37 42 F 11 0 4D 4A 49 3F 10
Octal 67 102 17 21 0 115 112 111 77 20
Binary 110111 1000010 1111 10001 0 1001101 1001010 1001001 111111 10000

Color Harmonies of #37420F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37420F

Black with #37420F

Text Example


Text Example

White with #37420F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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