#373A1F

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

Shades of Turtle Green #373A1F

Tints of Turtle Green #373A1F

Color information

#373A1F (or 0x373A1F) is unknown color: approx Turtle Green. HEX triplet: 37, 3A and 1F. RGB value is (55,58,31). Sum of RGB (Red+Green+Blue) = 55+58+31=144 (19% of max value = 765). Red value is 55 (21.88% from 255 or 38.19% from 144); Green value is 58 (23.05% from 255 or 40.28% from 144); Blue value is 31 (12.5% from 255 or 21.53% from 144); Max value from RGB is 58 - color contains mainly: green. Hex color #373A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373A1F is #C8C5E0. Grayscale: #363636. Windows color (decimal): -13157857 or 2046519. OLE color: 2046519.

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

Color convert

RGB555831-
CMYK0.0500.470.77
HSL66.67º30.34%17.45%-
HSV(B)66.67º46.55%22.75%-
XYZ3.343.941.88-
YUV54.02115.01128.7-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 38.19%
GREEN value IS 58 (23.05% from 255) = 40.28%
BLUE value IS 31 (12.5% from 255) = 21.53%
R=38.19%
G=40.28%
B=21.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5558310.0500.470.7766.6730.3417.45
Hex373A1F502F4D431e11
Octal67723750571151033621
Binary110111111010111111010101111100110110000111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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