Html Css Color HEX #323424 Green Waterloo

📋 copy color: '#323424'

red 50 ◦ green 52 ◦ blue 36

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

Shades of Green Waterloo #323424

Tints of Green Waterloo #323424

RGB

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

 GREEN value IS 52 (20.7% from 255) = 37.68%

 BLUE value IS 36 (14.45% from 255) = 26.09%

R = 36.23%
G = 37.68%
B = 26.09%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.31

 K value IS 0.80

RGB Variations

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

Color information

#323424 (or 0x323424) is known color: Green Waterloo. HEX triplet: 32, 34 and 24. RGB value is (50,52,36). Sum of RGB (Red+Green+Blue) = 50+52+36=138 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.23% from 138); Green value is 52 (20.70% from 255 or 37.68% from 138); Blue value is 36 (14.45% from 255 or 26.09% from 138); Max value from RGB is 52 - color contains mainly: green. Hex color #323424 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323424 is #CDCBDB. Grayscale: #313131. Windows color (decimal): -13487068 or 2372658. OLE color: 2372658.

HSL color Cylindrical-coordinate representation of color #323424: hue angle of 67.5º degrees, saturation: 0.18, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #323424 is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 52 36 -
CMYK 0.04 0 0.31 0.80
HSL 67.5º 0.18% 0.17% -
HSV(B) 67.5º 0.31% 0.2% -
XYZ 2.86 3.26 2.15 -
YUV 49.58 120.34 128.3 -
System Red Green Blue C M Y K H S L
Decimal 50 52 36 0.04 0 0.31 0.80 67.5 0.18 0.17
Hex 32 34 24 4 0 1F 50 44 12 11
Octal 62 64 44 4 0 37 120 104 22 21
Binary 110010 110100 100100 100 0 11111 1010000 1000100 10010 10001

Color Harmonies of #323424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323424

Black with #323424

Text Example


Text Example

White with #323424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323424; }

 p { color: rgb(50,52,36); }

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

background-color css

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

 a { background-color: rgb(50,52,36); }

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

border-color css

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

 span { border-color: rgb(50,52,36); }

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