Html Css Color HEX #323517 Green Waterloo

📋 copy color: '#323517'

red 50 ◦ green 53 ◦ blue 23

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

Shades of Green Waterloo #323517

Tints of Green Waterloo #323517

RGB

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

 GREEN value IS 53 (21.09% from 255) = 42.06%

 BLUE value IS 23 (9.38% from 255) = 18.25%

R = 39.68%
G = 42.06%
B = 18.25%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.57

 K value IS 0.79

RGB Variations

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

Color information

#323517 (or 0x323517) is known color: Green Waterloo. HEX triplet: 32, 35 and 17. RGB value is (50,53,23). Sum of RGB (Red+Green+Blue) = 50+53+23=126 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.68% from 126); Green value is 53 (21.09% from 255 or 42.06% from 126); Blue value is 23 (9.38% from 255 or 18.25% from 126); Max value from RGB is 53 - color contains mainly: green. Hex color #323517 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323517 is #CDCAE8. Grayscale: #303030. Windows color (decimal): -13486825 or 1520946. OLE color: 1520946.

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

Color convert

RGB 50 53 23 -
CMYK 0.06 0 0.57 0.79
HSL 66º 0.39% 0.15% -
HSV(B) 66º 0.57% 0.21% -
XYZ 2.74 3.29 1.3 -
YUV 48.68 113.51 128.94 -
System Red Green Blue C M Y K H S L
Decimal 50 53 23 0.06 0 0.57 0.79 66 0.39 0.15
Hex 32 35 17 6 0 39 4F 42 27 F
Octal 62 65 27 6 0 71 117 102 47 17
Binary 110010 110101 10111 110 0 111001 1001111 1000010 100111 1111

Color Harmonies of #323517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323517

Black with #323517

Text Example


Text Example

White with #323517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323517; }

 p { color: rgb(50,53,23); }

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

background-color css

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

 a { background-color: rgb(50,53,23); }

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

border-color css

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

 span { border-color: rgb(50,53,23); }

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