Html Css Color HEX #353635 Gordons Green

📋 copy color: '#353635'

red 53 ◦ green 54 ◦ blue 53

#353635
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gordons Green #353635

Tints of Gordons Green #353635

RGB

 RED value IS 53 (21.09% from 255) = 33.13%

 GREEN value IS 54 (21.48% from 255) = 33.75%

 BLUE value IS 53 (21.09% from 255) = 33.13%

R = 33.13%
G = 33.75%
B = 33.13%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.02

 K value IS 0.79

RGB Variations

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

Color information

#353635 (or 0x353635) is known color: 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

RGB 53 54 53 -
CMYK 0.02 0 0.02 0.79
HSL 120º 0.01% 0.21% -
HSV(B) 120º 0.02% 0.21% -
XYZ 3.43 3.65 3.89 -
YUV 53.59 127.67 127.58 -
System Red Green Blue C M Y K H S L
Decimal 53 54 53 0.02 0 0.02 0.79 120 0.01 0.21
Hex 35 36 35 2 0 2 4F 78 1 15
Octal 65 66 65 2 0 2 117 170 1 25
Binary 110101 110110 110101 10 0 10 1001111 1111000 1 10101

Color Harmonies of #353635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353635

Black with #353635

Text Example


Text Example

White with #353635

Text Example


Text Example

HTML Codes & Css Web 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>