Html Css Color HEX #355019 Seaweed

📋 copy color: '#355019'

red 53 ◦ green 80 ◦ blue 25

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

Shades of Seaweed #355019

Tints of Seaweed #355019

RGB

 RED value IS 53 (21.09% from 255) = 33.54%

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

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

R = 33.54%
G = 50.63%
B = 15.82%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.69

 K value IS 0.69

RGB Variations

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

Color information

#355019 (or 0x355019) is known color: Seaweed. HEX triplet: 35, 50 and 19. RGB value is (53,80,25). Sum of RGB (Red+Green+Blue) = 53+80+25=158 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.54% from 158); Green value is 80 (31.64% from 255 or 50.63% from 158); Blue value is 25 (10.16% from 255 or 15.82% from 158); Max value from RGB is 80 - color contains mainly: green. Hex color #355019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355019 is #CAAFE6. Grayscale: #414141. Windows color (decimal): -13283303 or 1658933. OLE color: 1658933.

HSL color Cylindrical-coordinate representation of color #355019: hue angle of 89.45º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #355019 is Cyan = 0.34, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.69.

Color convert

RGB 53 80 25 -
CMYK 0.34 0 0.69 0.69
HSL 89.45º 0.52% 0.21% -
HSV(B) 89.45º 0.69% 0.31% -
XYZ 4.51 6.56 1.95 -
YUV 65.66 105.05 118.97 -
System Red Green Blue C M Y K H S L
Decimal 53 80 25 0.34 0 0.69 0.69 89.45 0.52 0.21
Hex 35 50 19 22 0 45 45 59 34 15
Octal 65 120 31 42 0 105 105 131 64 25
Binary 110101 1010000 11001 100010 0 1000101 1000101 1011001 110100 10101

Color Harmonies of #355019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355019

Black with #355019

Text Example


Text Example

White with #355019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355019; }

 p { color: rgb(53,80,25); }

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

background-color css

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

 a { background-color: rgb(53,80,25); }

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

border-color css

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

 span { border-color: rgb(53,80,25); }

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