Html Css Color HEX #325019 Seaweed

📋 copy color: '#325019'

red 50 ◦ green 80 ◦ blue 25

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

Shades of Seaweed #325019

Tints of Seaweed #325019

RGB

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

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

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

R = 32.26%
G = 51.61%
B = 16.13%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.69

 K value IS 0.69

RGB Variations

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

Color information

#325019 (or 0x325019) is known color: Seaweed. HEX triplet: 32, 50 and 19. RGB value is (50,80,25). Sum of RGB (Red+Green+Blue) = 50+80+25=155 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.26% from 155); Green value is 80 (31.64% from 255 or 51.61% from 155); Blue value is 25 (10.16% from 255 or 16.13% from 155); Max value from RGB is 80 - color contains mainly: green. Hex color #325019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325019 is #CDAFE6. Grayscale: #404040. Windows color (decimal): -13479911 or 1658930. OLE color: 1658930.

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

Color convert

RGB 50 80 25 -
CMYK 0.37 0 0.69 0.69
HSL 92.73º 0.52% 0.21% -
HSV(B) 92.73º 0.69% 0.31% -
XYZ 4.36 6.49 1.94 -
YUV 64.76 105.56 117.47 -
System Red Green Blue C M Y K H S L
Decimal 50 80 25 0.37 0 0.69 0.69 92.73 0.52 0.21
Hex 32 50 19 25 0 45 45 5D 34 15
Octal 62 120 31 45 0 105 105 135 64 25
Binary 110010 1010000 11001 100101 0 1000101 1000101 1011101 110100 10101

Color Harmonies of #325019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325019

Black with #325019

Text Example


Text Example

White with #325019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325019; }

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

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

background-color css

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

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

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

border-color css

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

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

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