Html Css Color HEX #333620 Green Waterloo

📋 copy color: '#333620'

red 51 ◦ green 54 ◦ blue 32

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

Shades of Green Waterloo #333620

Tints of Green Waterloo #333620

RGB

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

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

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

R = 37.23%
G = 39.42%
B = 23.36%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.41

 K value IS 0.79

RGB Variations

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

Color information

#333620 (or 0x333620) is known color: Green Waterloo. HEX triplet: 33, 36 and 20. RGB value is (51,54,32). Sum of RGB (Red+Green+Blue) = 51+54+32=137 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.23% from 137); Green value is 54 (21.48% from 255 or 39.42% from 137); Blue value is 32 (12.89% from 255 or 23.36% from 137); Max value from RGB is 54 - color contains mainly: green. Hex color #333620 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333620 is #CCC9DF. Grayscale: #323232. Windows color (decimal): -13421024 or 2111027. OLE color: 2111027.

HSL color Cylindrical-coordinate representation of color #333620: hue angle of 68.18º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #333620 is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.79.

Color convert

RGB 51 54 32 -
CMYK 0.06 0 0.41 0.79
HSL 68.18º 0.26% 0.17% -
HSV(B) 68.18º 0.41% 0.21% -
XYZ 2.95 3.45 1.88 -
YUV 50.6 117.51 128.29 -
System Red Green Blue C M Y K H S L
Decimal 51 54 32 0.06 0 0.41 0.79 68.18 0.26 0.17
Hex 33 36 20 6 0 29 4F 44 1A 11
Octal 63 66 40 6 0 51 117 104 32 21
Binary 110011 110110 100000 110 0 101001 1001111 1000100 11010 10001

Color Harmonies of #333620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333620

Black with #333620

Text Example


Text Example

White with #333620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333620; }

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

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

background-color css

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

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

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

border-color css

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

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

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