Html Css Color HEX #325015 Seaweed

📋 copy color: '#325015'

red 50 ◦ green 80 ◦ blue 21

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

Shades of Seaweed #325015

Tints of Seaweed #325015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 13.91%

R = 33.11%
G = 52.98%
B = 13.91%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.74

 K value IS 0.69

RGB Variations

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

Color information

#325015 (or 0x325015) is known color: Seaweed. HEX triplet: 32, 50 and 15. RGB value is (50,80,21). Sum of RGB (Red+Green+Blue) = 50+80+21=151 (20% of max value = 765). Red value is 50 (19.92% from 255 or 33.11% from 151); Green value is 80 (31.64% from 255 or 52.98% from 151); Blue value is 21 (8.59% from 255 or 13.91% from 151); Max value from RGB is 80 - color contains mainly: green. Hex color #325015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325015 is #CDAFEA. Grayscale: #404040. Windows color (decimal): -13479915 or 1396786. OLE color: 1396786.

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

Color convert

RGB 50 80 21 -
CMYK 0.37 0 0.74 0.69
HSL 90.51º 0.58% 0.2% -
HSV(B) 90.51º 0.74% 0.31% -
XYZ 4.32 6.47 1.73 -
YUV 64.3 103.56 117.8 -
System Red Green Blue C M Y K H S L
Decimal 50 80 21 0.37 0 0.74 0.69 90.51 0.58 0.2
Hex 32 50 15 25 0 4A 45 5B 3A 14
Octal 62 120 25 45 0 112 105 133 72 24
Binary 110010 1010000 10101 100101 0 1001010 1000101 1011011 111010 10100

Color Harmonies of #325015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325015

Black with #325015

Text Example


Text Example

White with #325015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325015; }

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

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

background-color css

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

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

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

border-color css

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

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

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