Html Css Color HEX #37440B Turtle Green

📋 copy color: '#37440B'

red 55 ◦ green 68 ◦ blue 11

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

Shades of Turtle Green #37440B

Tints of Turtle Green #37440B

RGB

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

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

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

R = 41.04%
G = 50.75%
B = 8.21%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.84

 K value IS 0.73

RGB Variations

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

Color information

#37440B (or 0x37440B) is known color: Turtle Green. HEX triplet: 37, 44 and 0B. RGB value is (55,68,11). Sum of RGB (Red+Green+Blue) = 55+68+11=134 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.04% from 134); Green value is 68 (26.95% from 255 or 50.75% from 134); Blue value is 11 (4.69% from 255 or 8.21% from 134); Max value from RGB is 68 - color contains mainly: green. Hex color #37440B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37440B is #C8BBF4. Grayscale: #393939. Windows color (decimal): -13155317 or 738359. OLE color: 738359.

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

Color convert

RGB 55 68 11 -
CMYK 0.19 0 0.84 0.73
HSL 73.68º 0.72% 0.15% -
HSV(B) 73.68º 0.84% 0.27% -
XYZ 3.7 4.97 1.08 -
YUV 57.62 101.69 126.13 -
System Red Green Blue C M Y K H S L
Decimal 55 68 11 0.19 0 0.84 0.73 73.68 0.72 0.15
Hex 37 44 B 13 0 54 49 4A 48 F
Octal 67 104 13 23 0 124 111 112 110 17
Binary 110111 1000100 1011 10011 0 1010100 1001001 1001010 1001000 1111

Color Harmonies of #37440B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37440B

Black with #37440B

Text Example


Text Example

White with #37440B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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