#354604

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

Shades of Turtle Green #354604

Tints of Turtle Green #354604

Color information

#354604 (or 0x354604) is unknown color: approx Turtle Green. HEX triplet: 35, 46 and 04. RGB value is (53,70,4). Sum of RGB (Red+Green+Blue) = 53+70+4=127 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.73% from 127); Green value is 70 (27.73% from 255 or 55.12% from 127); Blue value is 4 (1.95% from 255 or 3.15% from 127); Max value from RGB is 70 - color contains mainly: green. Hex color #354604 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354604 is #CAB9FB. Grayscale: #393939. Windows color (decimal): -13285884 or 280117. OLE color: 280117.

HSL color Cylindrical-coordinate representation of color #354604: hue angle of 75.45º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #354604 is Cyan = 0.24, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.73.

Color convert

RGB53704-
CMYK0.2400.940.73
HSL75.45º89.19%14.51%-
HSV(B)75.45º94.29%27.45%-
XYZ3.685.150.91-
YUV57.3997.87124.87-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 41.73%
GREEN value IS 70 (27.73% from 255) = 55.12%
BLUE value IS 4 (1.95% from 255) = 3.15%
R=41.73%
G=55.12%
B=3.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal537040.2400.940.7375.4589.1914.51
Hex354641805E494b59f
Octal65106430013611111313117
Binary110101100011010011000010111101001001100101110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354604; }

 p { color: rgb(53,70,4); }

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

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

 a { background-color: rgb(53,70,4); }

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

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

 span { border-color: rgb(53,70,4); }

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