Html Css Color HEX #355016 Seaweed

📋 copy color: '#355016'

red 53 ◦ green 80 ◦ blue 22

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

Shades of Seaweed #355016

Tints of Seaweed #355016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 14.19%

R = 34.19%
G = 51.61%
B = 14.19%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.72

 K value IS 0.69

RGB Variations

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

Color information

#355016 (or 0x355016) is known color: Seaweed. HEX triplet: 35, 50 and 16. RGB value is (53,80,22). Sum of RGB (Red+Green+Blue) = 53+80+22=155 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.19% from 155); Green value is 80 (31.64% from 255 or 51.61% from 155); Blue value is 22 (8.98% from 255 or 14.19% from 155); Max value from RGB is 80 - color contains mainly: green. Hex color #355016 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355016 is #CAAFE9. Grayscale: #414141. Windows color (decimal): -13283306 or 1462325. OLE color: 1462325.

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

Color convert

RGB 53 80 22 -
CMYK 0.34 0 0.72 0.69
HSL 87.93º 0.57% 0.2% -
HSV(B) 87.93º 0.73% 0.31% -
XYZ 4.48 6.55 1.79 -
YUV 65.32 103.55 119.22 -
System Red Green Blue C M Y K H S L
Decimal 53 80 22 0.34 0 0.72 0.69 87.93 0.57 0.2
Hex 35 50 16 22 0 48 45 58 39 14
Octal 65 120 26 42 0 110 105 130 71 24
Binary 110101 1010000 10110 100010 0 1001000 1000101 1011000 111001 10100

Color Harmonies of #355016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355016

Black with #355016

Text Example


Text Example

White with #355016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355016; }

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

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

background-color css

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

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

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

border-color css

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

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

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