Html Css Color HEX #37481B Turtle Green

📋 copy color: '#37481B'

red 55 ◦ green 72 ◦ blue 27

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

Shades of Turtle Green #37481B

Tints of Turtle Green #37481B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 46.75%

 BLUE value IS 27 (10.94% from 255) = 17.53%

R = 35.71%
G = 46.75%
B = 17.53%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

#37481B (or 0x37481B) is known color: Turtle Green. HEX triplet: 37, 48 and 1B. RGB value is (55,72,27). Sum of RGB (Red+Green+Blue) = 55+72+27=154 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.71% from 154); Green value is 72 (28.52% from 255 or 46.75% from 154); Blue value is 27 (10.94% from 255 or 17.53% from 154); Max value from RGB is 72 - color contains mainly: green. Hex color #37481B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37481B is #C8B7E4. Grayscale: #3D3D3D. Windows color (decimal): -13154277 or 1787959. OLE color: 1787959.

HSL color Cylindrical-coordinate representation of color #37481B: hue angle of 82.67º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #37481B is Cyan = 0.24, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB 55 72 27 -
CMYK 0.24 0 0.62 0.72
HSL 82.67º 0.45% 0.19% -
HSV(B) 82.67º 0.63% 0.28% -
XYZ 4.09 5.53 1.89 -
YUV 61.79 108.37 123.16 -
System Red Green Blue C M Y K H S L
Decimal 55 72 27 0.24 0 0.62 0.72 82.67 0.45 0.19
Hex 37 48 1B 18 0 3E 48 53 2D 13
Octal 67 110 33 30 0 76 110 123 55 23
Binary 110111 1001000 11011 11000 0 111110 1001000 1010011 101101 10011

Color Harmonies of #37481B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37481B

Black with #37481B

Text Example


Text Example

White with #37481B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,72,27); }

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

background-color css

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

 a { background-color: rgb(55,72,27); }

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

border-color css

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

 span { border-color: rgb(55,72,27); }

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