Html Css Color HEX #37400E Turtle Green

📋 copy color: '#37400E'

red 55 ◦ green 64 ◦ blue 14

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

Shades of Turtle Green #37400E

Tints of Turtle Green #37400E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 48.12%

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

R = 41.35%
G = 48.12%
B = 10.53%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.78

 K value IS 0.75

RGB Variations

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

Color information

#37400E (or 0x37400E) is known color: Turtle Green. HEX triplet: 37, 40 and 0E. RGB value is (55,64,14). Sum of RGB (Red+Green+Blue) = 55+64+14=133 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.35% from 133); Green value is 64 (25.39% from 255 or 48.12% from 133); Blue value is 14 (5.86% from 255 or 10.53% from 133); Max value from RGB is 64 - color contains mainly: green. Hex color #37400E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37400E is #C8BFF1. Grayscale: #373737. Windows color (decimal): -13156338 or 933943. OLE color: 933943.

HSL color Cylindrical-coordinate representation of color #37400E: hue angle of 70.8º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37400E is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.75.

Color convert

RGB 55 64 14 -
CMYK 0.14 0 0.78 0.75
HSL 70.8º 0.64% 0.15% -
HSV(B) 70.8º 0.78% 0.25% -
XYZ 3.49 4.51 1.1 -
YUV 55.61 104.52 127.57 -
System Red Green Blue C M Y K H S L
Decimal 55 64 14 0.14 0 0.78 0.75 70.8 0.64 0.15
Hex 37 40 E E 0 4E 4B 47 40 F
Octal 67 100 16 16 0 116 113 107 100 17
Binary 110111 1000000 1110 1110 0 1001110 1001011 1000111 1000000 1111

Color Harmonies of #37400E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37400E

Black with #37400E

Text Example


Text Example

White with #37400E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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