Html Css Color HEX #325614 Seaweed

📋 copy color: '#325614'

red 50 ◦ green 86 ◦ blue 20

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

Shades of Seaweed #325614

Tints of Seaweed #325614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 12.82%

R = 32.05%
G = 55.13%
B = 12.82%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#325614 (or 0x325614) is known color: Seaweed. HEX triplet: 32, 56 and 14. RGB value is (50,86,20). Sum of RGB (Red+Green+Blue) = 50+86+20=156 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.05% from 156); Green value is 86 (33.98% from 255 or 55.13% from 156); Blue value is 20 (8.20% from 255 or 12.82% from 156); Max value from RGB is 86 - color contains mainly: green. Hex color #325614 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325614 is #CDA9EB. Grayscale: #434343. Windows color (decimal): -13478380 or 1332786. OLE color: 1332786.

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

Color convert

RGB 50 86 20 -
CMYK 0.42 0 0.77 0.66
HSL 92.73º 0.62% 0.21% -
HSV(B) 92.73º 0.77% 0.34% -
XYZ 4.77 7.38 1.84 -
YUV 67.71 101.07 115.37 -
System Red Green Blue C M Y K H S L
Decimal 50 86 20 0.42 0 0.77 0.66 92.73 0.62 0.21
Hex 32 56 14 2A 0 4D 42 5D 3E 15
Octal 62 126 24 52 0 115 102 135 76 25
Binary 110010 1010110 10100 101010 0 1001101 1000010 1011101 111110 10101

Color Harmonies of #325614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325614

Black with #325614

Text Example


Text Example

White with #325614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325614; }

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

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

background-color css

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

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

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

border-color css

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

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

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