Html Css Color HEX #353735 Gordons Green

📋 copy color: '#353735'

red 53 ◦ green 55 ◦ blue 53

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

Shades of Gordons Green #353735

Tints of Gordons Green #353735

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 value IS 0.04

 M value IS 0

 Y value IS 0.04

 K value IS 0.78

RGB Variations

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

Color information

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

RGB 53 55 53 -
CMYK 0.04 0 0.04 0.78
HSL 120º 0.02% 0.21% -
HSV(B) 120º 0.04% 0.22% -
XYZ 3.48 3.75 3.91 -
YUV 54.17 127.34 127.16 -
System Red Green Blue C M Y K H S L
Decimal 53 55 53 0.04 0 0.04 0.78 120 0.02 0.21
Hex 35 37 35 4 0 4 4E 78 2 15
Octal 65 67 65 4 0 4 116 170 2 25
Binary 110101 110111 110101 100 0 100 1001110 1111000 10 10101

Color Harmonies of #353735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353735

Black with #353735

Text Example


Text Example

White with #353735

Text Example


Text Example

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