Html Css Color HEX #325613 Seaweed

📋 copy color: '#325613'

red 50 ◦ green 86 ◦ blue 19

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

Shades of Seaweed #325613

Tints of Seaweed #325613

RGB

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

 GREEN value IS 86 (33.98% from 255) = 55.48%

 BLUE value IS 19 (7.81% from 255) = 12.26%

R = 32.26%
G = 55.48%
B = 12.26%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#325613 (or 0x325613) is known color: Seaweed. HEX triplet: 32, 56 and 13. RGB value is (50,86,19). Sum of RGB (Red+Green+Blue) = 50+86+19=155 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.26% from 155); Green value is 86 (33.98% from 255 or 55.48% from 155); Blue value is 19 (7.81% from 255 or 12.26% from 155); Max value from RGB is 86 - color contains mainly: green. Hex color #325613 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325613 is #CDA9EC. Grayscale: #434343. Windows color (decimal): -13478381 or 1267250. OLE color: 1267250.

HSL color Cylindrical-coordinate representation of color #325613: hue angle of 92.24º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #325613 is Cyan = 0.42, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB 50 86 19 -
CMYK 0.42 0 0.78 0.66
HSL 92.24º 0.64% 0.21% -
HSV(B) 92.24º 0.78% 0.34% -
XYZ 4.76 7.38 1.79 -
YUV 67.6 100.57 115.45 -
System Red Green Blue C M Y K H S L
Decimal 50 86 19 0.42 0 0.78 0.66 92.24 0.64 0.21
Hex 32 56 13 2A 0 4E 42 5C 40 15
Octal 62 126 23 52 0 116 102 134 100 25
Binary 110010 1010110 10011 101010 0 1001110 1000010 1011100 1000000 10101

Color Harmonies of #325613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325613

Black with #325613

Text Example


Text Example

White with #325613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325613; }

 p { color: rgb(50,86,19); }

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

background-color css

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

 a { background-color: rgb(50,86,19); }

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

border-color css

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

 span { border-color: rgb(50,86,19); }

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