#373A19

Color #373A19 Turtle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turtle Green #373A19

Tints of Turtle Green #373A19

Color information

#373A19 (or 0x373A19) is unknown color: approx Turtle Green. HEX triplet: 37, 3A and 19. RGB value is (55,58,25). Sum of RGB (Red+Green+Blue) = 55+58+25=138 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.86% from 138); Green value is 58 (23.05% from 255 or 42.03% from 138); Blue value is 25 (10.16% from 255 or 18.12% from 138); Max value from RGB is 58 - color contains mainly: green. Hex color #373A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373A19 is #C8C5E6. Grayscale: #353535. Windows color (decimal): -13157863 or 1653303. OLE color: 1653303.

HSL color Cylindrical-coordinate representation of color #373A19: hue angle of 65.45º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #373A19 is Cyan = 0.05, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.77.

Color convert

RGB555825-
CMYK0.0500.570.77
HSL65.45º39.76%16.27%-
HSV(B)65.45º56.9%22.75%-
XYZ3.263.911.5-
YUV53.34112.01129.18-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 39.86%
GREEN value IS 58 (23.05% from 255) = 42.03%
BLUE value IS 25 (10.16% from 255) = 18.12%
R=39.86%
G=42.03%
B=18.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5558250.0500.570.7765.4539.7616.27
Hex373A1950394D412810
Octal67723150711151015020
Binary1101111110101100110101110011001101100000110100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373A19; }

 p { color: rgb(55,58,25); }

 H1.HeaderClassName
 {
   color: #373A19;
 }
 .AnyTagClassName
 {
   color: #373A19;
 }
</style>
background-color css

<style>
 a { background-color: #373A19; }

 a { background-color: rgb(55,58,25); }

 div.DivClassName
 {
   background-color: #373A19;
 }
 .BgClassName
 {
   background-color: #373A19;
 }
</style>
border-color css

<style>
 span { border-color: #373A19; }

 span { border-color: rgb(55,58,25); }

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