Html Css Color HEX #37481A Turtle Green

📋 copy color: '#37481A'

red 55 ◦ green 72 ◦ blue 26

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

Shades of Turtle Green #37481A

Tints of Turtle Green #37481A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 16.99%

R = 35.95%
G = 47.06%
B = 16.99%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.64

 K value IS 0.72

RGB Variations

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

Color information

#37481A (or 0x37481A) is known color: Turtle Green. HEX triplet: 37, 48 and 1A. RGB value is (55,72,26). Sum of RGB (Red+Green+Blue) = 55+72+26=153 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.95% from 153); Green value is 72 (28.52% from 255 or 47.06% from 153); Blue value is 26 (10.55% from 255 or 16.99% from 153); Max value from RGB is 72 - color contains mainly: green. Hex color #37481A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37481A is #C8B7E5. Grayscale: #3D3D3D. Windows color (decimal): -13154278 or 1722423. OLE color: 1722423.

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

Color convert

RGB 55 72 26 -
CMYK 0.24 0 0.64 0.72
HSL 82.17º 0.47% 0.19% -
HSV(B) 82.17º 0.64% 0.28% -
XYZ 4.08 5.52 1.83 -
YUV 61.67 107.87 123.24 -
System Red Green Blue C M Y K H S L
Decimal 55 72 26 0.24 0 0.64 0.72 82.17 0.47 0.19
Hex 37 48 1A 18 0 40 48 52 2F 13
Octal 67 110 32 30 0 100 110 122 57 23
Binary 110111 1001000 11010 11000 0 1000000 1001000 1010010 101111 10011

Color Harmonies of #37481A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37481A

Black with #37481A

Text Example


Text Example

White with #37481A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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