#354105

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

Shades of Turtle Green #354105

Tints of Turtle Green #354105

Color information

#354105 (or 0x354105) is unknown color: approx Turtle Green. HEX triplet: 35, 41 and 05. RGB value is (53,65,5). Sum of RGB (Red+Green+Blue) = 53+65+5=123 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.09% from 123); Green value is 65 (25.78% from 255 or 52.85% from 123); Blue value is 5 (2.34% from 255 or 4.07% from 123); Max value from RGB is 65 - color contains mainly: green. Hex color #354105 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354105 is #CABEFA. Grayscale: #363636. Windows color (decimal): -13287163 or 344373. OLE color: 344373.

HSL color Cylindrical-coordinate representation of color #354105: hue angle of 72º 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 #354105 is Cyan = 0.18, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.75.

Color convert

RGB53655-
CMYK0.1800.920.75
HSL72º85.71%13.73%-
HSV(B)72º92.31%25.49%-
XYZ3.394.550.84-
YUV54.57100.02126.88-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 43.09%
GREEN value IS 65 (25.78% from 255) = 52.85%
BLUE value IS 5 (2.34% from 255) = 4.07%
R=43.09%
G=52.85%
B=4.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal536550.1800.920.757285.7113.73
Hex354151205C4B4856e
Octal65101522013411311012616
Binary110101100000110110010010111001001011100100010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354105; }

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

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

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

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

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

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

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

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