Html Css Color HEX #37421D Turtle Green

📋 copy color: '#37421D'

red 55 ◦ green 66 ◦ blue 29

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

Shades of Turtle Green #37421D

Tints of Turtle Green #37421D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 44%

 BLUE value IS 29 (11.72% from 255) = 19.33%

R = 36.67%
G = 44%
B = 19.33%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.56

 K value IS 0.74

RGB Variations

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

Color information

#37421D (or 0x37421D) is known color: Turtle Green. HEX triplet: 37, 42 and 1D. RGB value is (55,66,29). Sum of RGB (Red+Green+Blue) = 55+66+29=150 (19% of max value = 765). Red value is 55 (21.88% from 255 or 36.67% from 150); Green value is 66 (26.17% from 255 or 44% from 150); Blue value is 29 (11.72% from 255 or 19.33% from 150); Max value from RGB is 66 - color contains mainly: green. Hex color #37421D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37421D is #C8BDE2. Grayscale: #3A3A3A. Windows color (decimal): -13155811 or 1917495. OLE color: 1917495.

HSL color Cylindrical-coordinate representation of color #37421D: hue angle of 77.84º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #37421D is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.74.

Color convert

RGB 55 66 29 -
CMYK 0.17 0 0.56 0.74
HSL 77.84º 0.39% 0.19% -
HSV(B) 77.84º 0.56% 0.26% -
XYZ 3.75 4.8 1.89 -
YUV 58.49 111.36 125.51 -
System Red Green Blue C M Y K H S L
Decimal 55 66 29 0.17 0 0.56 0.74 77.84 0.39 0.19
Hex 37 42 1D 11 0 38 4A 4E 27 13
Octal 67 102 35 21 0 70 112 116 47 23
Binary 110111 1000010 11101 10001 0 111000 1001010 1001110 100111 10011

Color Harmonies of #37421D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37421D

Black with #37421D

Text Example


Text Example

White with #37421D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,66,29); }

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

background-color css

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

 a { background-color: rgb(55,66,29); }

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

border-color css

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

 span { border-color: rgb(55,66,29); }

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