Html Css Color HEX #323325 Green Waterloo

📋 copy color: '#323325'

red 50 ◦ green 51 ◦ blue 37

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

Shades of Green Waterloo #323325

Tints of Green Waterloo #323325

RGB

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

 GREEN value IS 51 (20.31% from 255) = 36.96%

 BLUE value IS 37 (14.84% from 255) = 26.81%

R = 36.23%
G = 36.96%
B = 26.81%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.27

 K value IS 0.8

RGB Variations

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

Color information

#323325 (or 0x323325) is known color: Green Waterloo. HEX triplet: 32, 33 and 25. RGB value is (50,51,37). Sum of RGB (Red+Green+Blue) = 50+51+37=138 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.23% from 138); Green value is 51 (20.31% from 255 or 36.96% from 138); Blue value is 37 (14.84% from 255 or 26.81% from 138); Max value from RGB is 51 - color contains mainly: green. Hex color #323325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323325 is #CDCCDA. Grayscale: #313131. Windows color (decimal): -13487323 or 2437938. OLE color: 2437938.

HSL color Cylindrical-coordinate representation of color #323325: hue angle of 64.29º degrees, saturation: 0.16, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #323325 is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.8.

Color convert

RGB 50 51 37 -
CMYK 0.02 0 0.27 0.8
HSL 64.29º 0.16% 0.17% -
HSV(B) 64.29º 0.27% 0.2% -
XYZ 2.83 3.18 2.21 -
YUV 49.11 121.17 128.64 -
System Red Green Blue C M Y K H S L
Decimal 50 51 37 0.02 0 0.27 0.8 64.29 0.16 0.17
Hex 32 33 25 2 0 1B 50 40 10 11
Octal 62 63 45 2 0 33 120 100 20 21
Binary 110010 110011 100101 10 0 11011 1010000 1000000 10000 10001

Color Harmonies of #323325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323325

Black with #323325

Text Example


Text Example

White with #323325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323325; }

 p { color: rgb(50,51,37); }

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

background-color css

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

 a { background-color: rgb(50,51,37); }

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

border-color css

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

 span { border-color: rgb(50,51,37); }

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