#354005

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

Shades of Turtle Green #354005

Tints of Turtle Green #354005

Color information

#354005 (or 0x354005) is unknown color: approx Turtle Green. HEX triplet: 35, 40 and 05. RGB value is (53,64,5). Sum of RGB (Red+Green+Blue) = 53+64+5=122 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.44% from 122); Green value is 64 (25.39% from 255 or 52.46% from 122); Blue value is 5 (2.34% from 255 or 4.10% from 122); Max value from RGB is 64 - color contains mainly: green. Hex color #354005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354005 is #CABFFA. Grayscale: #363636. Windows color (decimal): -13287419 or 344117. OLE color: 344117.

HSL color Cylindrical-coordinate representation of color #354005: hue angle of 71.19º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #354005 is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.75.

Color convert

RGB53645-
CMYK0.1700.920.75
HSL71.19º85.51%13.53%-
HSV(B)71.19º92.19%25.1%-
XYZ3.334.430.82-
YUV53.98100.36127.3-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 43.44%
GREEN value IS 64 (25.39% from 255) = 52.46%
BLUE value IS 5 (2.34% from 255) = 4.10%
R=43.44%
G=52.46%
B=4.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal536450.1700.920.7571.1985.5113.53
Hex354051105C4B4756e
Octal65100521013411310712616
Binary110101100000010110001010111001001011100011110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354005; }

 p { color: rgb(53,64,5); }

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

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

 a { background-color: rgb(53,64,5); }

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

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

 span { border-color: rgb(53,64,5); }

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