#354702

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

Shades of Turtle Green #354702

Tints of Turtle Green #354702

Color information

#354702 (or 0x354702) is unknown color: approx Turtle Green. HEX triplet: 35, 47 and 02. RGB value is (53,71,2). Sum of RGB (Red+Green+Blue) = 53+71+2=126 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.06% from 126); Green value is 71 (28.12% from 255 or 56.35% from 126); Blue value is 2 (1.17% from 255 or 1.59% from 126); Max value from RGB is 71 - color contains mainly: green. Hex color #354702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354702 is #CAB8FD. Grayscale: #3A3A3A. Windows color (decimal): -13285630 or 149301. OLE color: 149301.

HSL color Cylindrical-coordinate representation of color #354702: hue angle of 75.65º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #354702 is Cyan = 0.25, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.72.

Color convert

RGB53712-
CMYK0.2500.970.72
HSL75.65º94.52%14.31%-
HSV(B)75.65º97.18%27.84%-
XYZ3.735.270.88-
YUV57.7596.54124.61-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 42.06%
GREEN value IS 71 (28.12% from 255) = 56.35%
BLUE value IS 2 (1.17% from 255) = 1.59%
R=42.06%
G=56.35%
B=1.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal537120.2500.970.7275.6594.5214.31
Hex3547219061484c5fe
Octal65107231014111011413716
Binary11010110001111011001011000011001000100110010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354702; }

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

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

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

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

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

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

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

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