Html Css Color HEX #323423 Green Waterloo

📋 copy color: '#323423'

red 50 ◦ green 52 ◦ blue 35

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

Shades of Green Waterloo #323423

Tints of Green Waterloo #323423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 25.55%

R = 36.5%
G = 37.96%
B = 25.55%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.33

 K value IS 0.80

RGB Variations

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

Color information

#323423 (or 0x323423) is known color: Green Waterloo. HEX triplet: 32, 34 and 23. RGB value is (50,52,35). Sum of RGB (Red+Green+Blue) = 50+52+35=137 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.50% from 137); Green value is 52 (20.70% from 255 or 37.96% from 137); Blue value is 35 (14.06% from 255 or 25.55% from 137); Max value from RGB is 52 - color contains mainly: green. Hex color #323423 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323423 is #CDCBDC. Grayscale: #313131. Windows color (decimal): -13487069 or 2307122. OLE color: 2307122.

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

Color convert

RGB 50 52 35 -
CMYK 0.04 0 0.33 0.80
HSL 67.06º 0.2% 0.17% -
HSV(B) 67.06º 0.33% 0.2% -
XYZ 2.85 3.26 2.07 -
YUV 49.46 119.84 128.38 -
System Red Green Blue C M Y K H S L
Decimal 50 52 35 0.04 0 0.33 0.80 67.06 0.2 0.17
Hex 32 34 23 4 0 21 50 43 14 11
Octal 62 64 43 4 0 41 120 103 24 21
Binary 110010 110100 100011 100 0 100001 1010000 1000011 10100 10001

Color Harmonies of #323423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323423

Black with #323423

Text Example


Text Example

White with #323423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323423; }

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

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

background-color css

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

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

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

border-color css

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

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

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