#37460F

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

Shades of Turtle Green #37460F

Tints of Turtle Green #37460F

Color information

#37460F (or 0x37460F) is unknown color: approx Turtle Green. HEX triplet: 37, 46 and 0F. RGB value is (55,70,15). Sum of RGB (Red+Green+Blue) = 55+70+15=140 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.29% from 140); Green value is 70 (27.73% from 255 or 50% from 140); Blue value is 15 (6.25% from 255 or 10.71% from 140); Max value from RGB is 70 - color contains mainly: green. Hex color #37460F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37460F is #C8B9F0. Grayscale: #3B3B3B. Windows color (decimal): -13154801 or 1001015. OLE color: 1001015.

HSL color Cylindrical-coordinate representation of color #37460F: hue angle of 76.36º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #37460F is Cyan = 0.21, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.73.

Color convert

RGB557015-
CMYK0.2100.790.73
HSL76.36º64.71%16.67%-
HSV(B)76.36º78.57%27.45%-
XYZ3.855.231.26-
YUV59.24103.03124.97-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 39.29%
GREEN value IS 70 (27.73% from 255) = 50%
BLUE value IS 15 (6.25% from 255) = 10.71%
R=39.29%
G=50%
B=10.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5570150.2100.790.7376.3664.7116.67
Hex3746F1504F494c4111
Octal671061725011711111410121
Binary11011110001101111101010100111110010011001100100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37460F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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