Html Css Color HEX #355119 Seaweed

📋 copy color: '#355119'

red 53 ◦ green 81 ◦ blue 25

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

Shades of Seaweed #355119

Tints of Seaweed #355119

RGB

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

 GREEN value IS 81 (32.03% from 255) = 50.94%

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

R = 33.33%
G = 50.94%
B = 15.72%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.69

 K value IS 0.68

RGB Variations

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

Color information

#355119 (or 0x355119) is known color: Seaweed. HEX triplet: 35, 51 and 19. RGB value is (53,81,25). Sum of RGB (Red+Green+Blue) = 53+81+25=159 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.33% from 159); Green value is 81 (32.03% from 255 or 50.94% from 159); Blue value is 25 (10.16% from 255 or 15.72% from 159); Max value from RGB is 81 - color contains mainly: green. Hex color #355119 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355119 is #CAAEE6. Grayscale: #424242. Windows color (decimal): -13283047 or 1659189. OLE color: 1659189.

HSL color Cylindrical-coordinate representation of color #355119: hue angle of 90º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #355119 is Cyan = 0.35, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.68.

Color convert

RGB 53 81 25 -
CMYK 0.35 0 0.69 0.68
HSL 90º 0.53% 0.21% -
HSV(B) 90º 0.69% 0.32% -
XYZ 4.59 6.71 1.97 -
YUV 66.24 104.72 118.55 -
System Red Green Blue C M Y K H S L
Decimal 53 81 25 0.35 0 0.69 0.68 90 0.53 0.21
Hex 35 51 19 23 0 45 44 5A 35 15
Octal 65 121 31 43 0 105 104 132 65 25
Binary 110101 1010001 11001 100011 0 1000101 1000100 1011010 110101 10101

Color Harmonies of #355119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355119

Black with #355119

Text Example


Text Example

White with #355119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355119; }

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

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

background-color css

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

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

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

border-color css

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

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

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