#354913

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

Shades of Turtle Green #354913

Tints of Turtle Green #354913

Color information

#354913 (or 0x354913) is unknown color: approx Turtle Green. HEX triplet: 35, 49 and 13. RGB value is (53,73,19). Sum of RGB (Red+Green+Blue) = 53+73+19=145 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.55% from 145); Green value is 73 (28.91% from 255 or 50.34% from 145); Blue value is 19 (7.81% from 255 or 13.10% from 145); Max value from RGB is 73 - color contains mainly: green. Hex color #354913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354913 is #CAB6EC. Grayscale: #3D3D3D. Windows color (decimal): -13285101 or 1263925. OLE color: 1263925.

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

Color convert

RGB537319-
CMYK0.2700.740.71
HSL82.22º58.7%18.04%-
HSV(B)82.22º73.97%28.63%-
XYZ3.975.571.48-
YUV60.86104.37122.39-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.55%
GREEN value IS 73 (28.91% from 255) = 50.34%
BLUE value IS 19 (7.81% from 255) = 13.10%
R=36.55%
G=50.34%
B=13.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5373190.2700.740.7182.2258.718.04
Hex3549131B04A47523b12
Octal65111233301121071227322
Binary11010110010011001111011010010101000111101001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354913; }

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

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

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

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

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

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

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

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