Html Css Color HEX #324519 Seaweed

📋 copy color: '#324519'

red 50 ◦ green 69 ◦ blue 25

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

Shades of Seaweed #324519

Tints of Seaweed #324519

RGB

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

 GREEN value IS 69 (27.34% from 255) = 47.92%

 BLUE value IS 25 (10.16% from 255) = 17.36%

R = 34.72%
G = 47.92%
B = 17.36%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.64

 K value IS 0.73

RGB Variations

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

Color information

#324519 (or 0x324519) is known color: Seaweed. HEX triplet: 32, 45 and 19. RGB value is (50,69,25). Sum of RGB (Red+Green+Blue) = 50+69+25=144 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.72% from 144); Green value is 69 (27.34% from 255 or 47.92% from 144); Blue value is 25 (10.16% from 255 or 17.36% from 144); Max value from RGB is 69 - color contains mainly: green. Hex color #324519 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324519 is #CDBAE6. Grayscale: #3A3A3A. Windows color (decimal): -13482727 or 1656114. OLE color: 1656114.

HSL color Cylindrical-coordinate representation of color #324519: hue angle of 85.91º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #324519 is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.73.

Color convert

RGB 50 69 25 -
CMYK 0.28 0 0.64 0.73
HSL 85.91º 0.47% 0.18% -
HSV(B) 85.91º 0.64% 0.27% -
XYZ 3.62 5 1.69 -
YUV 58.3 109.21 122.08 -
System Red Green Blue C M Y K H S L
Decimal 50 69 25 0.28 0 0.64 0.73 85.91 0.47 0.18
Hex 32 45 19 1C 0 40 49 56 2F 12
Octal 62 105 31 34 0 100 111 126 57 22
Binary 110010 1000101 11001 11100 0 1000000 1001001 1010110 101111 10010

Color Harmonies of #324519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324519

Black with #324519

Text Example


Text Example

White with #324519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324519; }

 p { color: rgb(50,69,25); }

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

background-color css

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

 a { background-color: rgb(50,69,25); }

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

border-color css

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

 span { border-color: rgb(50,69,25); }

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