#354902

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

Shades of Turtle Green #354902

Tints of Turtle Green #354902

Color information

#354902 (or 0x354902) is unknown color: approx Turtle Green. HEX triplet: 35, 49 and 02. RGB value is (53,73,2). Sum of RGB (Red+Green+Blue) = 53+73+2=128 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.41% from 128); Green value is 73 (28.91% from 255 or 57.03% from 128); Blue value is 2 (1.17% from 255 or 1.56% from 128); Max value from RGB is 73 - color contains mainly: green. Hex color #354902 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354902 is #CAB6FD. Grayscale: #3B3B3B. Windows color (decimal): -13285118 or 149813. OLE color: 149813.

HSL color Cylindrical-coordinate representation of color #354902: hue angle of 76.9º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #354902 is Cyan = 0.27, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.71.

Color convert

RGB53732-
CMYK0.2700.970.71
HSL76.9º94.67%14.71%-
HSV(B)76.9º97.26%28.63%-
XYZ3.865.530.92-
YUV58.9395.87123.77-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 41.41%
GREEN value IS 73 (28.91% from 255) = 57.03%
BLUE value IS 2 (1.17% from 255) = 1.56%
R=41.41%
G=57.03%
B=1.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal537320.2700.970.7176.994.6714.71
Hex354921B061474d5ff
Octal65111233014110711513717
Binary11010110010011011011011000011000111100110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354902; }

 p { color: rgb(53,73,2); }

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

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

 a { background-color: rgb(53,73,2); }

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

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

 span { border-color: rgb(53,73,2); }

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