Html Css Color HEX #37420D Turtle Green

📋 copy color: '#37420D'

red 55 ◦ green 66 ◦ blue 13

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

Shades of Turtle Green #37420D

Tints of Turtle Green #37420D

RGB

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

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

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

R = 41.04%
G = 49.25%
B = 9.7%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.80

 K value IS 0.74

RGB Variations

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

Color information

#37420D (or 0x37420D) is known color: Turtle Green. HEX triplet: 37, 42 and 0D. RGB value is (55,66,13). Sum of RGB (Red+Green+Blue) = 55+66+13=134 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.04% from 134); Green value is 66 (26.17% from 255 or 49.25% from 134); Blue value is 13 (5.47% from 255 or 9.70% from 134); Max value from RGB is 66 - color contains mainly: green. Hex color #37420D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37420D is #C8BDF2. Grayscale: #383838. Windows color (decimal): -13155827 or 868919. OLE color: 868919.

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

Color convert

RGB 55 66 13 -
CMYK 0.17 0 0.80 0.74
HSL 72.45º 0.67% 0.15% -
HSV(B) 72.45º 0.8% 0.26% -
XYZ 3.6 4.74 1.11 -
YUV 56.67 103.36 126.81 -
System Red Green Blue C M Y K H S L
Decimal 55 66 13 0.17 0 0.80 0.74 72.45 0.67 0.15
Hex 37 42 D 11 0 50 4A 48 43 F
Octal 67 102 15 21 0 120 112 110 103 17
Binary 110111 1000010 1101 10001 0 1010000 1001010 1001000 1000011 1111

Color Harmonies of #37420D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37420D

Black with #37420D

Text Example


Text Example

White with #37420D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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