Html Css Color HEX #325318 Seaweed

📋 copy color: '#325318'

red 50 ◦ green 83 ◦ blue 24

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

Shades of Seaweed #325318

Tints of Seaweed #325318

RGB

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

 GREEN value IS 83 (32.81% from 255) = 52.87%

 BLUE value IS 24 (9.77% from 255) = 15.29%

R = 31.85%
G = 52.87%
B = 15.29%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.71

 K value IS 0.67

RGB Variations

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

Color information

#325318 (or 0x325318) is known color: Seaweed. HEX triplet: 32, 53 and 18. RGB value is (50,83,24). Sum of RGB (Red+Green+Blue) = 50+83+24=157 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.85% from 157); Green value is 83 (32.81% from 255 or 52.87% from 157); Blue value is 24 (9.77% from 255 or 15.29% from 157); Max value from RGB is 83 - color contains mainly: green. Hex color #325318 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325318 is #CDACE7. Grayscale: #424242. Windows color (decimal): -13479144 or 1594162. OLE color: 1594162.

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

Color convert

RGB 50 83 24 -
CMYK 0.40 0 0.71 0.67
HSL 93.56º 0.55% 0.21% -
HSV(B) 93.56º 0.71% 0.33% -
XYZ 4.57 6.93 1.96 -
YUV 66.41 104.07 116.3 -
System Red Green Blue C M Y K H S L
Decimal 50 83 24 0.40 0 0.71 0.67 93.56 0.55 0.21
Hex 32 53 18 28 0 47 43 5E 37 15
Octal 62 123 30 50 0 107 103 136 67 25
Binary 110010 1010011 11000 101000 0 1000111 1000011 1011110 110111 10101

Color Harmonies of #325318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325318

Black with #325318

Text Example


Text Example

White with #325318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325318; }

 p { color: rgb(50,83,24); }

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

background-color css

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

 a { background-color: rgb(50,83,24); }

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

border-color css

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

 span { border-color: rgb(50,83,24); }

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