#34490F

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

Shades of Turtle Green #34490F

Tints of Turtle Green #34490F

Color information

#34490F (or 0x34490F) is unknown color: approx Turtle Green. HEX triplet: 34, 49 and 0F. RGB value is (52,73,15). Sum of RGB (Red+Green+Blue) = 52+73+15=140 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.14% from 140); Green value is 73 (28.91% from 255 or 52.14% from 140); Blue value is 15 (6.25% from 255 or 10.71% from 140); Max value from RGB is 73 - color contains mainly: green. Hex color #34490F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34490F is #CBB6F0. Grayscale: #3C3C3C. Windows color (decimal): -13350641 or 1001780. OLE color: 1001780.

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

Color convert

RGB527315-
CMYK0.2900.790.71
HSL81.72º65.91%17.25%-
HSV(B)81.72º79.45%28.63%-
XYZ3.885.531.31-
YUV60.11102.54122.22-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.14%
GREEN value IS 73 (28.91% from 255) = 52.14%
BLUE value IS 15 (6.25% from 255) = 10.71%
R=37.14%
G=52.14%
B=10.71%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5273150.2900.790.7181.7265.9117.25
Hex3449F1D04F47524211
Octal641111735011710712210221
Binary11010010010011111111010100111110001111010010100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34490F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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