Html Css Color HEX #353720 Green Waterloo

📋 copy color: '#353720'

red 53 ◦ green 55 ◦ blue 32

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

Shades of Green Waterloo #353720

Tints of Green Waterloo #353720

RGB

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

 GREEN value IS 55 (21.88% from 255) = 39.29%

 BLUE value IS 32 (12.89% from 255) = 22.86%

R = 37.86%
G = 39.29%
B = 22.86%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.42

 K value IS 0.78

RGB Variations

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

Color information

#353720 (or 0x353720) is known color: Green Waterloo. HEX triplet: 35, 37 and 20. RGB value is (53,55,32). Sum of RGB (Red+Green+Blue) = 53+55+32=140 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.86% from 140); Green value is 55 (21.88% from 255 or 39.29% from 140); Blue value is 32 (12.89% from 255 or 22.86% from 140); Max value from RGB is 55 - color contains mainly: green. Hex color #353720 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353720 is #CAC8DF. Grayscale: #333333. Windows color (decimal): -13289696 or 2111285. OLE color: 2111285.

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

Color convert

RGB 53 55 32 -
CMYK 0.04 0 0.42 0.78
HSL 65.22º 0.26% 0.17% -
HSV(B) 65.22º 0.42% 0.22% -
XYZ 3.1 3.59 1.9 -
YUV 51.78 116.84 128.87 -
System Red Green Blue C M Y K H S L
Decimal 53 55 32 0.04 0 0.42 0.78 65.22 0.26 0.17
Hex 35 37 20 4 0 2A 4E 41 1A 11
Octal 65 67 40 4 0 52 116 101 32 21
Binary 110101 110111 100000 100 0 101010 1001110 1000001 11010 10001

Color Harmonies of #353720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353720

Black with #353720

Text Example


Text Example

White with #353720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353720; }

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

 H1.HeaderClassName
 {
   color: #353720;
 }
 .AnyTagClassName
 {
   color: #353720;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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