Html Css Color HEX #355015 Seaweed

📋 copy color: '#355015'

red 53 ◦ green 80 ◦ blue 21

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

Shades of Seaweed #355015

Tints of Seaweed #355015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 13.64%

R = 34.42%
G = 51.95%
B = 13.64%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.74

 K value IS 0.69

RGB Variations

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

Color information

#355015 (or 0x355015) is known color: Seaweed. HEX triplet: 35, 50 and 15. RGB value is (53,80,21). Sum of RGB (Red+Green+Blue) = 53+80+21=154 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.42% from 154); Green value is 80 (31.64% from 255 or 51.95% from 154); Blue value is 21 (8.59% from 255 or 13.64% from 154); Max value from RGB is 80 - color contains mainly: green. Hex color #355015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355015 is #CAAFEA. Grayscale: #414141. Windows color (decimal): -13283307 or 1396789. OLE color: 1396789.

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

Color convert

RGB 53 80 21 -
CMYK 0.34 0 0.74 0.69
HSL 87.46º 0.58% 0.2% -
HSV(B) 87.46º 0.74% 0.31% -
XYZ 4.47 6.55 1.74 -
YUV 65.2 103.05 119.3 -
System Red Green Blue C M Y K H S L
Decimal 53 80 21 0.34 0 0.74 0.69 87.46 0.58 0.2
Hex 35 50 15 22 0 4A 45 57 3A 14
Octal 65 120 25 42 0 112 105 127 72 24
Binary 110101 1010000 10101 100010 0 1001010 1000101 1010111 111010 10100

Color Harmonies of #355015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355015

Black with #355015

Text Example


Text Example

White with #355015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355015; }

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

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

background-color css

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

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

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

border-color css

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

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

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