Html Css Color HEX #325515 Seaweed

📋 copy color: '#325515'

red 50 ◦ green 85 ◦ blue 21

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

Shades of Seaweed #325515

Tints of Seaweed #325515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 13.46%

R = 32.05%
G = 54.49%
B = 13.46%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#325515 (or 0x325515) is known color: Seaweed. HEX triplet: 32, 55 and 15. RGB value is (50,85,21). Sum of RGB (Red+Green+Blue) = 50+85+21=156 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.05% from 156); Green value is 85 (33.59% from 255 or 54.49% from 156); Blue value is 21 (8.59% from 255 or 13.46% from 156); Max value from RGB is 85 - color contains mainly: green. Hex color #325515 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325515 is #CDAAEA. Grayscale: #434343. Windows color (decimal): -13478635 or 1398066. OLE color: 1398066.

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

Color convert

RGB 50 85 21 -
CMYK 0.41 0 0.75 0.67
HSL 92.81º 0.6% 0.21% -
HSV(B) 92.81º 0.75% 0.33% -
XYZ 4.7 7.23 1.86 -
YUV 67.24 101.9 115.7 -
System Red Green Blue C M Y K H S L
Decimal 50 85 21 0.41 0 0.75 0.67 92.81 0.6 0.21
Hex 32 55 15 29 0 4B 43 5D 3C 15
Octal 62 125 25 51 0 113 103 135 74 25
Binary 110010 1010101 10101 101001 0 1001011 1000011 1011101 111100 10101

Color Harmonies of #325515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325515

Black with #325515

Text Example


Text Example

White with #325515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325515; }

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

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

background-color css

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

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

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

border-color css

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

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

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