#353822

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

Shades of Turtle Green #353822

Tints of Turtle Green #353822

Color information

#353822 (or 0x353822) is unknown color: approx Turtle Green. HEX triplet: 35, 38 and 22. RGB value is (53,56,34). Sum of RGB (Red+Green+Blue) = 53+56+34=143 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.06% from 143); Green value is 56 (22.27% from 255 or 39.16% from 143); Blue value is 34 (13.67% from 255 or 23.78% from 143); Max value from RGB is 56 - color contains mainly: green. Hex color #353822 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353822 is #CAC7DD. Grayscale: #343434. Windows color (decimal): -13289438 or 2242613. OLE color: 2242613.

HSL color Cylindrical-coordinate representation of color #353822: hue angle of 68.18º degrees, saturation: 0.24, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #353822 is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.78.

Color convert

RGB535634-
CMYK0.0500.390.78
HSL68.18º24.44%17.65%-
HSV(B)68.18º39.29%21.96%-
XYZ3.173.72.06-
YUV52.6117.51128.29-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 37.06%
GREEN value IS 56 (22.27% from 255) = 39.16%
BLUE value IS 34 (13.67% from 255) = 23.78%
R=37.06%
G=39.16%
B=23.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5356340.0500.390.7868.1824.4417.65
Hex35382250274E441812
Octal65704250471161043022
Binary1101011110001000101010100111100111010001001100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353822; }

 p { color: rgb(53,56,34); }

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

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

 a { background-color: rgb(53,56,34); }

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

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

 span { border-color: rgb(53,56,34); }

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