Html Css Color HEX #325012 Seaweed

📋 copy color: '#325012'

red 50 ◦ green 80 ◦ blue 18

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

Shades of Seaweed #325012

Tints of Seaweed #325012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 12.16%

R = 33.78%
G = 54.05%
B = 12.16%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#325012 (or 0x325012) is known color: Seaweed. HEX triplet: 32, 50 and 12. RGB value is (50,80,18). Sum of RGB (Red+Green+Blue) = 50+80+18=148 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.78% from 148); Green value is 80 (31.64% from 255 or 54.05% from 148); Blue value is 18 (7.42% from 255 or 12.16% from 148); Max value from RGB is 80 - color contains mainly: green. Hex color #325012 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325012 is #CDAFED. Grayscale: #404040. Windows color (decimal): -13479918 or 1200178. OLE color: 1200178.

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

Color convert

RGB 50 80 18 -
CMYK 0.37 0 0.78 0.69
HSL 89.03º 0.63% 0.19% -
HSV(B) 89.03º 0.78% 0.31% -
XYZ 4.29 6.46 1.59 -
YUV 63.96 102.06 118.04 -
System Red Green Blue C M Y K H S L
Decimal 50 80 18 0.37 0 0.78 0.69 89.03 0.63 0.19
Hex 32 50 12 25 0 4E 45 59 3F 13
Octal 62 120 22 45 0 116 105 131 77 23
Binary 110010 1010000 10010 100101 0 1001110 1000101 1011001 111111 10011

Color Harmonies of #325012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325012

Black with #325012

Text Example


Text Example

White with #325012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325012; }

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

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

background-color css

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

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

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

border-color css

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

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

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