Html Css Color HEX #37470D Turtle Green

📋 copy color: '#37470D'

red 55 ◦ green 71 ◦ blue 13

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

Shades of Turtle Green #37470D

Tints of Turtle Green #37470D

RGB

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

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

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

R = 39.57%
G = 51.08%
B = 9.35%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#37470D (or 0x37470D) is known color: Turtle Green. HEX triplet: 37, 47 and 0D. RGB value is (55,71,13). Sum of RGB (Red+Green+Blue) = 55+71+13=139 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.57% from 139); Green value is 71 (28.12% from 255 or 51.08% from 139); Blue value is 13 (5.47% from 255 or 9.35% from 139); Max value from RGB is 71 - color contains mainly: green. Hex color #37470D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37470D is #C8B8F2. Grayscale: #3B3B3B. Windows color (decimal): -13154547 or 870199. OLE color: 870199.

HSL color Cylindrical-coordinate representation of color #37470D: hue angle of 76.55º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #37470D is Cyan = 0.23, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB 55 71 13 -
CMYK 0.23 0 0.82 0.72
HSL 76.55º 0.69% 0.16% -
HSV(B) 76.55º 0.82% 0.28% -
XYZ 3.9 5.35 1.21 -
YUV 59.6 101.7 124.72 -
System Red Green Blue C M Y K H S L
Decimal 55 71 13 0.23 0 0.82 0.72 76.55 0.69 0.16
Hex 37 47 D 17 0 52 48 4D 45 10
Octal 67 107 15 27 0 122 110 115 105 20
Binary 110111 1000111 1101 10111 0 1010010 1001000 1001101 1000101 10000

Color Harmonies of #37470D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37470D

Black with #37470D

Text Example


Text Example

White with #37470D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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