#37490A

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

Shades of Turtle Green #37490A

Tints of Turtle Green #37490A

Color information

#37490A (or 0x37490A) is unknown color: approx Turtle Green. HEX triplet: 37, 49 and 0A. RGB value is (55,73,10). Sum of RGB (Red+Green+Blue) = 55+73+10=138 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.86% from 138); Green value is 73 (28.91% from 255 or 52.90% from 138); Blue value is 10 (4.30% from 255 or 7.25% from 138); Max value from RGB is 73 - color contains mainly: green. Hex color #37490A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37490A is #C8B6F5. Grayscale: #3C3C3C. Windows color (decimal): -13154038 or 674103. OLE color: 674103.

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

Color convert

RGB557310-
CMYK0.2500.860.71
HSL77.14º75.9%16.27%-
HSV(B)77.14º86.3%28.63%-
XYZ4.015.61.16-
YUV60.4499.54124.12-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 39.86%
GREEN value IS 73 (28.91% from 255) = 52.90%
BLUE value IS 10 (4.30% from 255) = 7.25%
R=39.86%
G=52.90%
B=7.25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5573100.2500.860.7177.1475.916.27
Hex3749A19056474d4c10
Octal671111231012610711511420
Binary11011110010011010110010101011010001111001101100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37490A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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