#354304

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

Shades of Turtle Green #354304

Tints of Turtle Green #354304

Color information

#354304 (or 0x354304) is unknown color: approx Turtle Green. HEX triplet: 35, 43 and 04. RGB value is (53,67,4). Sum of RGB (Red+Green+Blue) = 53+67+4=124 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.74% from 124); Green value is 67 (26.56% from 255 or 54.03% from 124); Blue value is 4 (1.95% from 255 or 3.23% from 124); Max value from RGB is 67 - color contains mainly: green. Hex color #354304 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354304 is #CABCFB. Grayscale: #373737. Windows color (decimal): -13286652 or 279349. OLE color: 279349.

HSL color Cylindrical-coordinate representation of color #354304: hue angle of 73.33º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #354304 is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.74.

Color convert

RGB53674-
CMYK0.2100.940.74
HSL73.33º88.73%13.92%-
HSV(B)73.33º94.03%26.27%-
XYZ3.54.780.85-
YUV55.6398.86126.12-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 42.74%
GREEN value IS 67 (26.56% from 255) = 54.03%
BLUE value IS 4 (1.95% from 255) = 3.23%
R=42.74%
G=54.03%
B=3.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal536740.2100.940.7473.3388.7313.92
Hex354341505E4A4959e
Octal65103425013611211113116
Binary110101100001110010101010111101001010100100110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354304; }

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

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

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

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

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

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

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

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