Html Css Color HEX #323519 Green Waterloo

📋 copy color: '#323519'

red 50 ◦ green 53 ◦ blue 25

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

Shades of Green Waterloo #323519

Tints of Green Waterloo #323519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 19.53%

R = 39.06%
G = 41.41%
B = 19.53%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.53

 K value IS 0.79

RGB Variations

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

Color information

#323519 (or 0x323519) is known color: Green Waterloo. HEX triplet: 32, 35 and 19. RGB value is (50,53,25). Sum of RGB (Red+Green+Blue) = 50+53+25=128 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.06% from 128); Green value is 53 (21.09% from 255 or 41.41% from 128); Blue value is 25 (10.16% from 255 or 19.53% from 128); Max value from RGB is 53 - color contains mainly: green. Hex color #323519 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323519 is #CDCAE6. Grayscale: #313131. Windows color (decimal): -13486823 or 1652018. OLE color: 1652018.

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

Color convert

RGB 50 53 25 -
CMYK 0.06 0 0.53 0.79
HSL 66.43º 0.36% 0.15% -
HSV(B) 66.43º 0.53% 0.21% -
XYZ 2.76 3.29 1.41 -
YUV 48.91 114.51 128.78 -
System Red Green Blue C M Y K H S L
Decimal 50 53 25 0.06 0 0.53 0.79 66.43 0.36 0.15
Hex 32 35 19 6 0 35 4F 42 24 F
Octal 62 65 31 6 0 65 117 102 44 17
Binary 110010 110101 11001 110 0 110101 1001111 1000010 100100 1111

Color Harmonies of #323519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323519

Black with #323519

Text Example


Text Example

White with #323519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323519; }

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

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

background-color css

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

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

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

border-color css

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

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

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