#3B490F

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

Shades of Turtle Green #3B490F

Tints of Turtle Green #3B490F

Color information

#3B490F (or 0x3B490F) is unknown color: approx Turtle Green. HEX triplet: 3B, 49 and 0F. RGB value is (59,73,15). Sum of RGB (Red+Green+Blue) = 59+73+15=147 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.14% from 147); Green value is 73 (28.91% from 255 or 49.66% from 147); Blue value is 15 (6.25% from 255 or 10.20% from 147); Max value from RGB is 73 - color contains mainly: green. Hex color #3B490F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B490F is #C4B6F0. Grayscale: #3E3E3E. Windows color (decimal): -12891889 or 1001787. OLE color: 1001787.

HSL color Cylindrical-coordinate representation of color #3B490F: hue angle of 74.48º 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 #3B490F is Cyan = 0.19, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.71.

Color convert

RGB597315-
CMYK0.1900.790.71
HSL74.48º65.91%17.25%-
HSV(B)74.48º79.45%28.63%-
XYZ4.275.731.33-
YUV62.2101.36125.72-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 40.14%
GREEN value IS 73 (28.91% from 255) = 49.66%
BLUE value IS 15 (6.25% from 255) = 10.20%
R=40.14%
G=49.66%
B=10.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5973150.1900.790.7174.4865.9117.25
Hex3B49F1304F474a4211
Octal731111723011710711210221
Binary11101110010011111100110100111110001111001010100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B490F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B490F; }

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

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

<style>
 a { background-color: #3B490F; }

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

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

<style>
 span { border-color: #3B490F; }

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

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