#373A15

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

Shades of Turtle Green #373A15

Tints of Turtle Green #373A15

Color information

#373A15 (or 0x373A15) is unknown color: approx Turtle Green. HEX triplet: 37, 3A and 15. RGB value is (55,58,21). Sum of RGB (Red+Green+Blue) = 55+58+21=134 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.04% from 134); Green value is 58 (23.05% from 255 or 43.28% from 134); Blue value is 21 (8.59% from 255 or 15.67% from 134); Max value from RGB is 58 - color contains mainly: green. Hex color #373A15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373A15 is #C8C5EA. Grayscale: #353535. Windows color (decimal): -13157867 or 1391159. OLE color: 1391159.

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

Color convert

RGB555821-
CMYK0.0500.640.77
HSL64.86º46.84%15.49%-
HSV(B)64.86º63.79%22.75%-
XYZ3.223.891.29-
YUV52.88110.01129.51-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 41.04%
GREEN value IS 58 (23.05% from 255) = 43.28%
BLUE value IS 21 (8.59% from 255) = 15.67%
R=41.04%
G=43.28%
B=15.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5558210.0500.640.7764.8646.8415.49
Hex373A1550404D412ff
Octal677225501001151015717
Binary1101111110101010110101000000100110110000011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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