Html Css Color HEX #325510 Seaweed

📋 copy color: '#325510'

red 50 ◦ green 85 ◦ blue 16

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

Shades of Seaweed #325510

Tints of Seaweed #325510

RGB

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

 GREEN value IS 85 (33.59% from 255) = 56.29%

 BLUE value IS 16 (6.64% from 255) = 10.6%

R = 33.11%
G = 56.29%
B = 10.6%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#325510 (or 0x325510) is known color: Seaweed. HEX triplet: 32, 55 and 10. RGB value is (50,85,16). Sum of RGB (Red+Green+Blue) = 50+85+16=151 (20% of max value = 765). Red value is 50 (19.92% from 255 or 33.11% from 151); Green value is 85 (33.59% from 255 or 56.29% from 151); Blue value is 16 (6.64% from 255 or 10.60% from 151); Max value from RGB is 85 - color contains mainly: green. Hex color #325510 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325510 is #CDAAEF. Grayscale: #424242. Windows color (decimal): -13478640 or 1070386. OLE color: 1070386.

HSL color Cylindrical-coordinate representation of color #325510: hue angle of 90.43º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #325510 is Cyan = 0.41, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB 50 85 16 -
CMYK 0.41 0 0.81 0.67
HSL 90.43º 0.68% 0.2% -
HSV(B) 90.43º 0.81% 0.33% -
XYZ 4.66 7.21 1.64 -
YUV 66.67 99.4 116.11 -
System Red Green Blue C M Y K H S L
Decimal 50 85 16 0.41 0 0.81 0.67 90.43 0.68 0.2
Hex 32 55 10 29 0 51 43 5A 44 14
Octal 62 125 20 51 0 121 103 132 104 24
Binary 110010 1010101 10000 101001 0 1010001 1000011 1011010 1000100 10100

Color Harmonies of #325510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325510

Black with #325510

Text Example


Text Example

White with #325510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325510; }

 p { color: rgb(50,85,16); }

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

background-color css

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

 a { background-color: rgb(50,85,16); }

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

border-color css

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

 span { border-color: rgb(50,85,16); }

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