Html Css Color HEX #333520 Green Waterloo

📋 copy color: '#333520'

red 51 ◦ green 53 ◦ blue 32

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

Shades of Green Waterloo #333520

Tints of Green Waterloo #333520

RGB

 RED value IS 51 (20.31% from 255) = 37.5%

 GREEN value IS 53 (21.09% from 255) = 38.97%

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

R = 37.5%
G = 38.97%
B = 23.53%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.40

 K value IS 0.79

RGB Variations

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

Color information

#333520 (or 0x333520) is known color: Green Waterloo. HEX triplet: 33, 35 and 20. RGB value is (51,53,32). Sum of RGB (Red+Green+Blue) = 51+53+32=136 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.5% from 136); Green value is 53 (21.09% from 255 or 38.97% from 136); Blue value is 32 (12.89% from 255 or 23.53% from 136); Max value from RGB is 53 - color contains mainly: green. Hex color #333520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333520 is #CCCADF. Grayscale: #323232. Windows color (decimal): -13421280 or 2110771. OLE color: 2110771.

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

Color convert

RGB 51 53 32 -
CMYK 0.04 0 0.40 0.79
HSL 65.71º 0.25% 0.17% -
HSV(B) 65.71º 0.4% 0.21% -
XYZ 2.9 3.35 1.86 -
YUV 50.01 117.84 128.71 -
System Red Green Blue C M Y K H S L
Decimal 51 53 32 0.04 0 0.40 0.79 65.71 0.25 0.17
Hex 33 35 20 4 0 28 4F 42 19 11
Octal 63 65 40 4 0 50 117 102 31 21
Binary 110011 110101 100000 100 0 101000 1001111 1000010 11001 10001

Color Harmonies of #333520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333520

Black with #333520

Text Example


Text Example

White with #333520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333520; }

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

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

background-color css

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

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

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

border-color css

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

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

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