#353735

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

Shades of Gordons Green #353735

Tints of Gordons Green #353735

Color information

#353735 (or 0x353735) is unknown color: approx Gordons Green. HEX triplet: 35, 37 and 35. RGB value is (53,55,53). Sum of RGB (Red+Green+Blue) = 53+55+53=161 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.92% from 161); Green value is 55 (21.88% from 255 or 34.16% from 161); Blue value is 53 (21.09% from 255 or 32.92% from 161); Max value from RGB is 55 - color contains mainly: green. Hex color #353735 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353735 is #CAC8CA. Grayscale: #363636. Windows color (decimal): -13289675 or 3487541. OLE color: 3487541.

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

Color convert

RGB535553-
CMYK0.0400.040.78
HSL120º1.85%21.18%-
HSV(B)120º3.64%21.57%-
XYZ3.483.753.91-
YUV54.17127.34127.16-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.92%
GREEN value IS 55 (21.88% from 255) = 34.16%
BLUE value IS 53 (21.09% from 255) = 32.92%
R=32.92%
G=34.16%
B=32.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5355530.0400.040.781201.8521.18
Hex3537354044E78215
Octal656765404116170225
Binary1101011101111101011000100100111011110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353735; }

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

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

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

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

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

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

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

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