#353821

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

Shades of Turtle Green #353821

Tints of Turtle Green #353821

Color information

#353821 (or 0x353821) is unknown color: approx Turtle Green. HEX triplet: 35, 38 and 21. RGB value is (53,56,33). Sum of RGB (Red+Green+Blue) = 53+56+33=142 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.32% from 142); Green value is 56 (22.27% from 255 or 39.44% from 142); Blue value is 33 (13.28% from 255 or 23.24% from 142); Max value from RGB is 56 - color contains mainly: green. Hex color #353821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353821 is #CAC7DE. Grayscale: #343434. Windows color (decimal): -13289439 or 2177077. OLE color: 2177077.

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

Color convert

RGB535633-
CMYK0.0500.410.78
HSL67.83º25.84%17.45%-
HSV(B)67.83º41.07%21.96%-
XYZ3.163.71.99-
YUV52.48117.01128.37-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 37.32%
GREEN value IS 56 (22.27% from 255) = 39.44%
BLUE value IS 33 (13.28% from 255) = 23.24%
R=37.32%
G=39.44%
B=23.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5356330.0500.410.7867.8325.8417.45
Hex35382150294E441a11
Octal65704150511161043221
Binary1101011110001000011010101001100111010001001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353821; }

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

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

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

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

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

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

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

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