Html Css Color HEX #353721 Green Waterloo

📋 copy color: '#353721'

red 53 ◦ green 55 ◦ blue 33

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

Shades of Green Waterloo #353721

Tints of Green Waterloo #353721

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 23.4%

R = 37.59%
G = 39.01%
B = 23.4%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.4

 K value IS 0.78

RGB Variations

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

Color information

#353721 (or 0x353721) is known color: Green Waterloo. HEX triplet: 35, 37 and 21. RGB value is (53,55,33). Sum of RGB (Red+Green+Blue) = 53+55+33=141 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.59% from 141); Green value is 55 (21.88% from 255 or 39.01% from 141); Blue value is 33 (13.28% from 255 or 23.40% from 141); Max value from RGB is 55 - color contains mainly: green. Hex color #353721 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353721 is #CAC8DE. Grayscale: #333333. Windows color (decimal): -13289695 or 2176821. OLE color: 2176821.

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

Color convert

RGB 53 55 33 -
CMYK 0.04 0 0.4 0.78
HSL 65.45º 0.25% 0.17% -
HSV(B) 65.45º 0.4% 0.22% -
XYZ 3.11 3.6 1.97 -
YUV 51.89 117.34 128.79 -
System Red Green Blue C M Y K H S L
Decimal 53 55 33 0.04 0 0.4 0.78 65.45 0.25 0.17
Hex 35 37 21 4 0 28 4E 41 19 11
Octal 65 67 41 4 0 50 116 101 31 21
Binary 110101 110111 100001 100 0 101000 1001110 1000001 11001 10001

Color Harmonies of #353721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353721

Black with #353721

Text Example


Text Example

White with #353721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353721; }

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

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

background-color css

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

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

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

border-color css

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

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

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