#354305

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

Shades of Turtle Green #354305

Tints of Turtle Green #354305

Color information

#354305 (or 0x354305) is unknown color: approx Turtle Green. HEX triplet: 35, 43 and 05. RGB value is (53,67,5). Sum of RGB (Red+Green+Blue) = 53+67+5=125 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.4% from 125); Green value is 67 (26.56% from 255 or 53.6% from 125); Blue value is 5 (2.34% from 255 or 4% from 125); Max value from RGB is 67 - color contains mainly: green. Hex color #354305 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354305 is #CABCFA. Grayscale: #373737. Windows color (decimal): -13286651 or 344885. OLE color: 344885.

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

Color convert

RGB53675-
CMYK0.2100.930.74
HSL73.55º86.11%14.12%-
HSV(B)73.55º92.54%26.27%-
XYZ3.54.780.88-
YUV55.7599.36126.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 42.4%
GREEN value IS 67 (26.56% from 255) = 53.6%
BLUE value IS 5 (2.34% from 255) = 4%
R=42.4%
G=53.6%
B=4%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal536750.2100.930.7473.5586.1114.12
Hex354351505D4A4a56e
Octal65103525013511211212616
Binary110101100001110110101010111011001010100101010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354305; }

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

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

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

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

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

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

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

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