#354306

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

Shades of Turtle Green #354306

Tints of Turtle Green #354306

Color information

#354306 (or 0x354306) is unknown color: approx Turtle Green. HEX triplet: 35, 43 and 06. RGB value is (53,67,6). Sum of RGB (Red+Green+Blue) = 53+67+6=126 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.06% from 126); Green value is 67 (26.56% from 255 or 53.17% from 126); Blue value is 6 (2.73% from 255 or 4.76% from 126); Max value from RGB is 67 - color contains mainly: green. Hex color #354306 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354306 is #CABCF9. Grayscale: #383838. Windows color (decimal): -13286650 or 410421. OLE color: 410421.

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

Color convert

RGB53676-
CMYK0.2100.910.74
HSL73.77º83.56%14.31%-
HSV(B)73.77º91.04%26.27%-
XYZ3.514.780.91-
YUV55.8699.86125.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 42.06%
GREEN value IS 67 (26.56% from 255) = 53.17%
BLUE value IS 6 (2.73% from 255) = 4.76%
R=42.06%
G=53.17%
B=4.76%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal536760.2100.910.7473.7783.5614.31
Hex354361505B4A4a54e
Octal65103625013311211212416
Binary110101100001111010101010110111001010100101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354306; }

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

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

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

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

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

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

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

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