Html Css Color HEX #37400B Turtle Green

📋 copy color: '#37400B'

red 55 ◦ green 64 ◦ blue 11

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

Shades of Turtle Green #37400B

Tints of Turtle Green #37400B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 8.46%

R = 42.31%
G = 49.23%
B = 8.46%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.83

 K value IS 0.75

RGB Variations

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

Color information

#37400B (or 0x37400B) is known color: Turtle Green. HEX triplet: 37, 40 and 0B. RGB value is (55,64,11). Sum of RGB (Red+Green+Blue) = 55+64+11=130 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.31% from 130); Green value is 64 (25.39% from 255 or 49.23% from 130); Blue value is 11 (4.69% from 255 or 8.46% from 130); Max value from RGB is 64 - color contains mainly: green. Hex color #37400B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37400B is #C8BFF4. Grayscale: #373737. Windows color (decimal): -13156341 or 737335. OLE color: 737335.

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

Color convert

RGB 55 64 11 -
CMYK 0.14 0 0.83 0.75
HSL 70.19º 0.71% 0.15% -
HSV(B) 70.19º 0.83% 0.25% -
XYZ 3.47 4.5 1 -
YUV 55.27 103.02 127.81 -
System Red Green Blue C M Y K H S L
Decimal 55 64 11 0.14 0 0.83 0.75 70.19 0.71 0.15
Hex 37 40 B E 0 53 4B 46 47 F
Octal 67 100 13 16 0 123 113 106 107 17
Binary 110111 1000000 1011 1110 0 1010011 1001011 1000110 1000111 1111

Color Harmonies of #37400B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37400B

Black with #37400B

Text Example


Text Example

White with #37400B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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