Html Css Color HEX #37401F Turtle Green

📋 copy color: '#37401F'

red 55 ◦ green 64 ◦ blue 31

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

Shades of Turtle Green #37401F

Tints of Turtle Green #37401F

RGB

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

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

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

R = 36.67%
G = 42.67%
B = 20.67%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.52

 K value IS 0.75

RGB Variations

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

Color information

#37401F (or 0x37401F) is known color: Turtle Green. HEX triplet: 37, 40 and 1F. RGB value is (55,64,31). Sum of RGB (Red+Green+Blue) = 55+64+31=150 (19% of max value = 765). Red value is 55 (21.88% from 255 or 36.67% from 150); Green value is 64 (25.39% from 255 or 42.67% from 150); Blue value is 31 (12.5% from 255 or 20.67% from 150); Max value from RGB is 64 - color contains mainly: green. Hex color #37401F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37401F is #C8BFE0. Grayscale: #393939. Windows color (decimal): -13156321 or 2048055. OLE color: 2048055.

HSL color Cylindrical-coordinate representation of color #37401F: hue angle of 76.36º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #37401F is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.75.

Color convert

RGB 55 64 31 -
CMYK 0.14 0 0.52 0.75
HSL 76.36º 0.35% 0.19% -
HSV(B) 76.36º 0.52% 0.25% -
XYZ 3.66 4.58 1.99 -
YUV 57.55 113.02 126.18 -
System Red Green Blue C M Y K H S L
Decimal 55 64 31 0.14 0 0.52 0.75 76.36 0.35 0.19
Hex 37 40 1F E 0 34 4B 4C 23 13
Octal 67 100 37 16 0 64 113 114 43 23
Binary 110111 1000000 11111 1110 0 110100 1001011 1001100 100011 10011

Color Harmonies of #37401F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37401F

Black with #37401F

Text Example


Text Example

White with #37401F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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