Html Css Color HEX #323415 Green Waterloo

📋 copy color: '#323415'

red 50 ◦ green 52 ◦ blue 21

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

Shades of Green Waterloo #323415

Tints of Green Waterloo #323415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 17.07%

R = 40.65%
G = 42.28%
B = 17.07%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.60

 K value IS 0.80

RGB Variations

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

Color information

#323415 (or 0x323415) is known color: Green Waterloo. HEX triplet: 32, 34 and 15. RGB value is (50,52,21). Sum of RGB (Red+Green+Blue) = 50+52+21=123 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.65% from 123); Green value is 52 (20.70% from 255 or 42.28% from 123); Blue value is 21 (8.59% from 255 or 17.07% from 123); Max value from RGB is 52 - color contains mainly: green. Hex color #323415 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323415 is #CDCBEA. Grayscale: #2F2F2F. Windows color (decimal): -13487083 or 1389618. OLE color: 1389618.

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

Color convert

RGB 50 52 21 -
CMYK 0.04 0 0.60 0.80
HSL 63.87º 0.42% 0.14% -
HSV(B) 63.87º 0.6% 0.2% -
XYZ 2.68 3.19 1.18 -
YUV 47.87 112.84 129.52 -
System Red Green Blue C M Y K H S L
Decimal 50 52 21 0.04 0 0.60 0.80 63.87 0.42 0.14
Hex 32 34 15 4 0 3C 50 40 2A E
Octal 62 64 25 4 0 74 120 100 52 16
Binary 110010 110100 10101 100 0 111100 1010000 1000000 101010 1110

Color Harmonies of #323415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323415

Black with #323415

Text Example


Text Example

White with #323415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323415; }

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

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

background-color css

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

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

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

border-color css

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

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

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