Html Css Color HEX #325016 Seaweed

📋 copy color: '#325016'

red 50 ◦ green 80 ◦ blue 22

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

Shades of Seaweed #325016

Tints of Seaweed #325016

RGB

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

 GREEN value IS 80 (31.64% from 255) = 52.63%

 BLUE value IS 22 (8.98% from 255) = 14.47%

R = 32.89%
G = 52.63%
B = 14.47%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.72

 K value IS 0.69

RGB Variations

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

Color information

#325016 (or 0x325016) is known color: Seaweed. HEX triplet: 32, 50 and 16. RGB value is (50,80,22). Sum of RGB (Red+Green+Blue) = 50+80+22=152 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.89% from 152); Green value is 80 (31.64% from 255 or 52.63% from 152); Blue value is 22 (8.98% from 255 or 14.47% from 152); Max value from RGB is 80 - color contains mainly: green. Hex color #325016 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325016 is #CDAFE9. Grayscale: #404040. Windows color (decimal): -13479914 or 1462322. OLE color: 1462322.

HSL color Cylindrical-coordinate representation of color #325016: hue angle of 91.03º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #325016 is Cyan = 0.37, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.69.

Color convert

RGB 50 80 22 -
CMYK 0.37 0 0.72 0.69
HSL 91.03º 0.57% 0.2% -
HSV(B) 91.03º 0.73% 0.31% -
XYZ 4.33 6.47 1.78 -
YUV 64.42 104.06 117.72 -
System Red Green Blue C M Y K H S L
Decimal 50 80 22 0.37 0 0.72 0.69 91.03 0.57 0.2
Hex 32 50 16 25 0 48 45 5B 39 14
Octal 62 120 26 45 0 110 105 133 71 24
Binary 110010 1010000 10110 100101 0 1001000 1000101 1011011 111001 10100

Color Harmonies of #325016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325016

Black with #325016

Text Example


Text Example

White with #325016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325016; }

 p { color: rgb(50,80,22); }

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

background-color css

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

 a { background-color: rgb(50,80,22); }

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

border-color css

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

 span { border-color: rgb(50,80,22); }

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