#353635

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

Shades of Gordons Green #353635

Tints of Gordons Green #353635

Color information

#353635 (or 0x353635) is unknown color: approx Gordons Green. HEX triplet: 35, 36 and 35. RGB value is (53,54,53). Sum of RGB (Red+Green+Blue) = 53+54+53=160 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.12% from 160); Green value is 54 (21.48% from 255 or 33.75% from 160); Blue value is 53 (21.09% from 255 or 33.12% from 160); Max value from RGB is 54 - color contains mainly: green. Hex color #353635 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353635 is #CAC9CA. Grayscale: #353535. Windows color (decimal): -13289931 or 3487285. OLE color: 3487285.

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

Color convert

RGB535453-
CMYK0.0200.020.79
HSL120º0.93%20.98%-
HSV(B)120º1.85%21.18%-
XYZ3.433.653.89-
YUV53.59127.67127.58-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.12%
GREEN value IS 54 (21.48% from 255) = 33.75%
BLUE value IS 53 (21.09% from 255) = 33.12%
R=33.12%
G=33.75%
B=33.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5354530.0200.020.791200.9320.98
Hex3536352024F78115
Octal656665202117170125
Binary1101011101101101011001010011111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353635; }

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

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

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

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

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

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

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

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