#354106

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

Shades of Turtle Green #354106

Tints of Turtle Green #354106

Color information

#354106 (or 0x354106) is unknown color: approx Turtle Green. HEX triplet: 35, 41 and 06. RGB value is (53,65,6). Sum of RGB (Red+Green+Blue) = 53+65+6=124 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.74% from 124); Green value is 65 (25.78% from 255 or 52.42% from 124); Blue value is 6 (2.73% from 255 or 4.84% from 124); Max value from RGB is 65 - color contains mainly: green. Hex color #354106 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354106 is #CABEF9. Grayscale: #363636. Windows color (decimal): -13287162 or 409909. OLE color: 409909.

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

Color convert

RGB53656-
CMYK0.1800.910.75
HSL72.2º83.1%13.92%-
HSV(B)72.2º90.77%25.49%-
XYZ3.394.550.87-
YUV54.69100.52126.8-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 42.74%
GREEN value IS 65 (25.78% from 255) = 52.42%
BLUE value IS 6 (2.73% from 255) = 4.84%
R=42.74%
G=52.42%
B=4.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal536560.1800.910.7572.283.113.92
Hex354161205B4B4853e
Octal65101622013311311012316
Binary110101100000111010010010110111001011100100010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354106; }

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

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

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

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

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

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

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

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