Html Css Color HEX #37421F Turtle Green

📋 copy color: '#37421F'

red 55 ◦ green 66 ◦ blue 31

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

Shades of Turtle Green #37421F

Tints of Turtle Green #37421F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 20.39%

R = 36.18%
G = 43.42%
B = 20.39%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.53

 K value IS 0.74

RGB Variations

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

Color information

#37421F (or 0x37421F) is known color: Turtle Green. HEX triplet: 37, 42 and 1F. RGB value is (55,66,31). Sum of RGB (Red+Green+Blue) = 55+66+31=152 (20% of max value = 765). Red value is 55 (21.88% from 255 or 36.18% from 152); Green value is 66 (26.17% from 255 or 43.42% from 152); Blue value is 31 (12.5% from 255 or 20.39% from 152); Max value from RGB is 66 - color contains mainly: green. Hex color #37421F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37421F is #C8BDE0. Grayscale: #3A3A3A. Windows color (decimal): -13155809 or 2048567. OLE color: 2048567.

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

Color convert

RGB 55 66 31 -
CMYK 0.17 0 0.53 0.74
HSL 78.86º 0.36% 0.19% -
HSV(B) 78.86º 0.53% 0.26% -
XYZ 3.77 4.81 2.03 -
YUV 58.72 112.36 125.35 -
System Red Green Blue C M Y K H S L
Decimal 55 66 31 0.17 0 0.53 0.74 78.86 0.36 0.19
Hex 37 42 1F 11 0 35 4A 4F 24 13
Octal 67 102 37 21 0 65 112 117 44 23
Binary 110111 1000010 11111 10001 0 110101 1001010 1001111 100100 10011

Color Harmonies of #37421F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37421F

Black with #37421F

Text Example


Text Example

White with #37421F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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