Html Css Color HEX #37440E Turtle Green

📋 copy color: '#37440E'

red 55 ◦ green 68 ◦ blue 14

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

Shades of Turtle Green #37440E

Tints of Turtle Green #37440E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 49.64%

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

R = 40.15%
G = 49.64%
B = 10.22%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.79

 K value IS 0.73

RGB Variations

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

Color information

#37440E (or 0x37440E) is known color: Turtle Green. HEX triplet: 37, 44 and 0E. RGB value is (55,68,14). Sum of RGB (Red+Green+Blue) = 55+68+14=137 (18% of max value = 765). Red value is 55 (21.88% from 255 or 40.15% from 137); Green value is 68 (26.95% from 255 or 49.64% from 137); Blue value is 14 (5.86% from 255 or 10.22% from 137); Max value from RGB is 68 - color contains mainly: green. Hex color #37440E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37440E is #C8BBF1. Grayscale: #3A3A3A. Windows color (decimal): -13155314 or 934967. OLE color: 934967.

HSL color Cylindrical-coordinate representation of color #37440E: hue angle of 74.44º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #37440E is Cyan = 0.19, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.73.

Color convert

RGB 55 68 14 -
CMYK 0.19 0 0.79 0.73
HSL 74.44º 0.66% 0.16% -
HSV(B) 74.44º 0.79% 0.27% -
XYZ 3.72 4.98 1.18 -
YUV 57.96 103.19 125.89 -
System Red Green Blue C M Y K H S L
Decimal 55 68 14 0.19 0 0.79 0.73 74.44 0.66 0.16
Hex 37 44 E 13 0 4F 49 4A 42 10
Octal 67 104 16 23 0 117 111 112 102 20
Binary 110111 1000100 1110 10011 0 1001111 1001001 1001010 1000010 10000

Color Harmonies of #37440E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37440E

Black with #37440E

Text Example


Text Example

White with #37440E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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