Html Css Color HEX #37411F Turtle Green

📋 copy color: '#37411F'

red 55 ◦ green 65 ◦ blue 31

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

Shades of Turtle Green #37411F

Tints of Turtle Green #37411F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 43.05%

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

R = 36.42%
G = 43.05%
B = 20.53%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.52

 K value IS 0.75

RGB Variations

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

Color information

#37411F (or 0x37411F) is known color: Turtle Green. HEX triplet: 37, 41 and 1F. RGB value is (55,65,31). Sum of RGB (Red+Green+Blue) = 55+65+31=151 (20% of max value = 765). Red value is 55 (21.88% from 255 or 36.42% from 151); Green value is 65 (25.78% from 255 or 43.05% from 151); Blue value is 31 (12.5% from 255 or 20.53% from 151); Max value from RGB is 65 - color contains mainly: green. Hex color #37411F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37411F is #C8BEE0. Grayscale: #3A3A3A. Windows color (decimal): -13156065 or 2048311. OLE color: 2048311.

HSL color Cylindrical-coordinate representation of color #37411F: hue angle of 77.65º 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 #37411F is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.75.

Color convert

RGB 55 65 31 -
CMYK 0.15 0 0.52 0.75
HSL 77.65º 0.35% 0.19% -
HSV(B) 77.65º 0.52% 0.25% -
XYZ 3.71 4.69 2.01 -
YUV 58.13 112.69 125.76 -
System Red Green Blue C M Y K H S L
Decimal 55 65 31 0.15 0 0.52 0.75 77.65 0.35 0.19
Hex 37 41 1F F 0 34 4B 4E 23 13
Octal 67 101 37 17 0 64 113 116 43 23
Binary 110111 1000001 11111 1111 0 110100 1001011 1001110 100011 10011

Color Harmonies of #37411F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37411F

Black with #37411F

Text Example


Text Example

White with #37411F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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