Html Css Color HEX #37470E Turtle Green

📋 copy color: '#37470E'

red 55 ◦ green 71 ◦ blue 14

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

Shades of Turtle Green #37470E

Tints of Turtle Green #37470E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 10%

R = 39.29%
G = 50.71%
B = 10%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.80

 K value IS 0.72

RGB Variations

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

Color information

#37470E (or 0x37470E) is known color: Turtle Green. HEX triplet: 37, 47 and 0E. RGB value is (55,71,14). Sum of RGB (Red+Green+Blue) = 55+71+14=140 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.29% from 140); Green value is 71 (28.12% from 255 or 50.71% from 140); Blue value is 14 (5.86% from 255 or 10% from 140); Max value from RGB is 71 - color contains mainly: green. Hex color #37470E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37470E is #C8B8F1. Grayscale: #3B3B3B. Windows color (decimal): -13154546 or 935735. OLE color: 935735.

HSL color Cylindrical-coordinate representation of color #37470E: hue angle of 76.84º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #37470E is Cyan = 0.23, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.72.

Color convert

RGB 55 71 14 -
CMYK 0.23 0 0.80 0.72
HSL 76.84º 0.67% 0.17% -
HSV(B) 76.84º 0.8% 0.28% -
XYZ 3.91 5.35 1.24 -
YUV 59.72 102.2 124.63 -
System Red Green Blue C M Y K H S L
Decimal 55 71 14 0.23 0 0.80 0.72 76.84 0.67 0.17
Hex 37 47 E 17 0 50 48 4D 43 11
Octal 67 107 16 27 0 120 110 115 103 21
Binary 110111 1000111 1110 10111 0 1010000 1001000 1001101 1000011 10001

Color Harmonies of #37470E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37470E

Black with #37470E

Text Example


Text Example

White with #37470E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37470E; }

 p { color: rgb(55,71,14); }

 H1.HeaderClassName
 {
   color: #37470E;
 }
 .AnyTagClassName
 {
   color: #37470E;
 }
</style>

background-color css

<style>
 a { background-color: #37470E; }

 a { background-color: rgb(55,71,14); }

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

border-color css

<style>
 span { border-color: #37470E; }

 span { border-color: rgb(55,71,14); }

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