#373A18

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

Shades of Turtle Green #373A18

Tints of Turtle Green #373A18

Color information

#373A18 (or 0x373A18) is unknown color: approx Turtle Green. HEX triplet: 37, 3A and 18. RGB value is (55,58,24). Sum of RGB (Red+Green+Blue) = 55+58+24=137 (18% of max value = 765). Red value is 55 (21.88% from 255 or 40.15% from 137); Green value is 58 (23.05% from 255 or 42.34% from 137); Blue value is 24 (9.77% from 255 or 17.52% from 137); Max value from RGB is 58 - color contains mainly: green. Hex color #373A18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373A18 is #C8C5E7. Grayscale: #353535. Windows color (decimal): -13157864 or 1587767. OLE color: 1587767.

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

Color convert

RGB555824-
CMYK0.0500.590.77
HSL65.29º41.46%16.08%-
HSV(B)65.29º58.62%22.75%-
XYZ3.253.91.45-
YUV53.23111.51129.26-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 40.15%
GREEN value IS 58 (23.05% from 255) = 42.34%
BLUE value IS 24 (9.77% from 255) = 17.52%
R=40.15%
G=42.34%
B=17.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5558240.0500.590.7765.2941.4616.08
Hex373A18503B4D412910
Octal67723050731151015120
Binary1101111110101100010101110111001101100000110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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