Html Css Color HEX #323328 Green Waterloo

📋 copy color: '#323328'

red 50 ◦ green 51 ◦ blue 40

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

Shades of Green Waterloo #323328

Tints of Green Waterloo #323328

RGB

 RED value IS 50 (19.92% from 255) = 35.46%

 GREEN value IS 51 (20.31% from 255) = 36.17%

 BLUE value IS 40 (16.02% from 255) = 28.37%

R = 35.46%
G = 36.17%
B = 28.37%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.22

 K value IS 0.8

RGB Variations

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

Color information

#323328 (or 0x323328) is known color: Green Waterloo. HEX triplet: 32, 33 and 28. RGB value is (50,51,40). Sum of RGB (Red+Green+Blue) = 50+51+40=141 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.46% from 141); Green value is 51 (20.31% from 255 or 36.17% from 141); Blue value is 40 (16.02% from 255 or 28.37% from 141); Max value from RGB is 51 - color contains mainly: green. Hex color #323328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323328 is #CDCCD7. Grayscale: #313131. Windows color (decimal): -13487320 or 2634546. OLE color: 2634546.

HSL color Cylindrical-coordinate representation of color #323328: hue angle of 65.45º degrees, saturation: 0.12, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #323328 is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.8.

Color convert

RGB 50 51 40 -
CMYK 0.02 0 0.22 0.8
HSL 65.45º 0.12% 0.18% -
HSV(B) 65.45º 0.22% 0.2% -
XYZ 2.88 3.2 2.47 -
YUV 49.45 122.67 128.39 -
System Red Green Blue C M Y K H S L
Decimal 50 51 40 0.02 0 0.22 0.8 65.45 0.12 0.18
Hex 32 33 28 2 0 16 50 41 C 12
Octal 62 63 50 2 0 26 120 101 14 22
Binary 110010 110011 101000 10 0 10110 1010000 1000001 1100 10010

Color Harmonies of #323328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323328

Black with #323328

Text Example


Text Example

White with #323328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323328; }

 p { color: rgb(50,51,40); }

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

background-color css

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

 a { background-color: rgb(50,51,40); }

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

border-color css

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

 span { border-color: rgb(50,51,40); }

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