Html Css Color HEX #325017 Seaweed

📋 copy color: '#325017'

red 50 ◦ green 80 ◦ blue 23

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

Shades of Seaweed #325017

Tints of Seaweed #325017

RGB

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

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

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

R = 32.68%
G = 52.29%
B = 15.03%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.71

 K value IS 0.69

RGB Variations

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

Color information

#325017 (or 0x325017) is known color: Seaweed. HEX triplet: 32, 50 and 17. RGB value is (50,80,23). Sum of RGB (Red+Green+Blue) = 50+80+23=153 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.68% from 153); Green value is 80 (31.64% from 255 or 52.29% from 153); Blue value is 23 (9.38% from 255 or 15.03% from 153); Max value from RGB is 80 - color contains mainly: green. Hex color #325017 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325017 is #CDAFE8. Grayscale: #404040. Windows color (decimal): -13479913 or 1527858. OLE color: 1527858.

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

Color convert

RGB 50 80 23 -
CMYK 0.37 0 0.71 0.69
HSL 91.58º 0.55% 0.2% -
HSV(B) 91.58º 0.71% 0.31% -
XYZ 4.34 6.48 1.83 -
YUV 64.53 104.56 117.63 -
System Red Green Blue C M Y K H S L
Decimal 50 80 23 0.37 0 0.71 0.69 91.58 0.55 0.2
Hex 32 50 17 25 0 47 45 5C 37 14
Octal 62 120 27 45 0 107 105 134 67 24
Binary 110010 1010000 10111 100101 0 1000111 1000101 1011100 110111 10100

Color Harmonies of #325017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325017

Black with #325017

Text Example


Text Example

White with #325017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325017; }

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

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

background-color css

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

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

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

border-color css

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

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

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