#37490F

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

Shades of Turtle Green #37490F

Tints of Turtle Green #37490F

Color information

#37490F (or 0x37490F) is unknown color: approx Turtle Green. HEX triplet: 37, 49 and 0F. RGB value is (55,73,15). Sum of RGB (Red+Green+Blue) = 55+73+15=143 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.46% from 143); Green value is 73 (28.91% from 255 or 51.05% from 143); Blue value is 15 (6.25% from 255 or 10.49% from 143); Max value from RGB is 73 - color contains mainly: green. Hex color #37490F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37490F is #C8B6F0. Grayscale: #3D3D3D. Windows color (decimal): -13154033 or 1001783. OLE color: 1001783.

HSL color Cylindrical-coordinate representation of color #37490F: hue angle of 78.62º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #37490F is Cyan = 0.25, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.71.

Color convert

RGB557315-
CMYK0.2500.790.71
HSL78.62º65.91%17.25%-
HSV(B)78.62º79.45%28.63%-
XYZ4.045.611.32-
YUV61.01102.04123.72-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 38.46%
GREEN value IS 73 (28.91% from 255) = 51.05%
BLUE value IS 15 (6.25% from 255) = 10.49%
R=38.46%
G=51.05%
B=10.49%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5573150.2500.790.7178.6265.9117.25
Hex3749F1904F474f4211
Octal671111731011710711710221
Binary11011110010011111110010100111110001111001111100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37490F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37490F; }

 p { color: rgb(55,73,15); }

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

<style>
 a { background-color: #37490F; }

 a { background-color: rgb(55,73,15); }

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

<style>
 span { border-color: #37490F; }

 span { border-color: rgb(55,73,15); }

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