#353605

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

Shades of Turtle Green #353605

Tints of Turtle Green #353605

Color information

#353605 (or 0x353605) is unknown color: approx Turtle Green. HEX triplet: 35, 36 and 05. RGB value is (53,54,5). Sum of RGB (Red+Green+Blue) = 53+54+5=112 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.32% from 112); Green value is 54 (21.48% from 255 or 48.21% from 112); Blue value is 5 (2.34% from 255 or 4.46% from 112); Max value from RGB is 54 - color contains mainly: green. Hex color #353605 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353605 is #CAC9FA. Grayscale: #303030. Windows color (decimal): -13289979 or 341557. OLE color: 341557.

HSL color Cylindrical-coordinate representation of color #353605: hue angle of 61.22º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #353605 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.79.

Color convert

RGB53545-
CMYK0.0200.910.79
HSL61.22º83.05%11.57%-
HSV(B)61.22º90.74%21.18%-
XYZ2.813.410.65-
YUV48.11103.67131.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 47.32%
GREEN value IS 54 (21.48% from 255) = 48.21%
BLUE value IS 5 (2.34% from 255) = 4.46%
R=47.32%
G=48.21%
B=4.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal535450.0200.910.7961.2283.0511.57
Hex35365205B4F3d53c
Octal65665201331177512314
Binary1101011101101011001011011100111111110110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353605; }

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

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

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

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

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

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

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

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