Html Css Color HEX #325516 Seaweed

📋 copy color: '#325516'

red 50 ◦ green 85 ◦ blue 22

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

Shades of Seaweed #325516

Tints of Seaweed #325516

RGB

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

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

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

R = 31.85%
G = 54.14%
B = 14.01%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.74

 K value IS 0.67

RGB Variations

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

Color information

#325516 (or 0x325516) is known color: Seaweed. HEX triplet: 32, 55 and 16. RGB value is (50,85,22). Sum of RGB (Red+Green+Blue) = 50+85+22=157 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.85% from 157); Green value is 85 (33.59% from 255 or 54.14% from 157); Blue value is 22 (8.98% from 255 or 14.01% from 157); Max value from RGB is 85 - color contains mainly: green. Hex color #325516 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325516 is #CDAAE9. Grayscale: #434343. Windows color (decimal): -13478634 or 1463602. OLE color: 1463602.

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

Color convert

RGB 50 85 22 -
CMYK 0.41 0 0.74 0.67
HSL 93.33º 0.59% 0.21% -
HSV(B) 93.33º 0.74% 0.33% -
XYZ 4.71 7.23 1.91 -
YUV 67.35 102.4 115.62 -
System Red Green Blue C M Y K H S L
Decimal 50 85 22 0.41 0 0.74 0.67 93.33 0.59 0.21
Hex 32 55 16 29 0 4A 43 5D 3B 15
Octal 62 125 26 51 0 112 103 135 73 25
Binary 110010 1010101 10110 101001 0 1001010 1000011 1011101 111011 10101

Color Harmonies of #325516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325516

Black with #325516

Text Example


Text Example

White with #325516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325516; }

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

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

background-color css

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

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

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

border-color css

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

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

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