Html Css Color HEX #355014 Seaweed

📋 copy color: '#355014'

red 53 ◦ green 80 ◦ blue 20

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

Shades of Seaweed #355014

Tints of Seaweed #355014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 13.07%

R = 34.64%
G = 52.29%
B = 13.07%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.75

 K value IS 0.69

RGB Variations

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

Color information

#355014 (or 0x355014) is known color: Seaweed. HEX triplet: 35, 50 and 14. RGB value is (53,80,20). Sum of RGB (Red+Green+Blue) = 53+80+20=153 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.64% from 153); Green value is 80 (31.64% from 255 or 52.29% from 153); Blue value is 20 (8.20% from 255 or 13.07% from 153); Max value from RGB is 80 - color contains mainly: green. Hex color #355014 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355014 is #CAAFEB. Grayscale: #414141. Windows color (decimal): -13283308 or 1331253. OLE color: 1331253.

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

Color convert

RGB 53 80 20 -
CMYK 0.34 0 0.75 0.69
HSL 87º 0.6% 0.2% -
HSV(B) 87º 0.75% 0.31% -
XYZ 4.46 6.54 1.69 -
YUV 65.09 102.55 119.38 -
System Red Green Blue C M Y K H S L
Decimal 53 80 20 0.34 0 0.75 0.69 87 0.6 0.2
Hex 35 50 14 22 0 4B 45 57 3C 14
Octal 65 120 24 42 0 113 105 127 74 24
Binary 110101 1010000 10100 100010 0 1001011 1000101 1010111 111100 10100

Color Harmonies of #355014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355014

Black with #355014

Text Example


Text Example

White with #355014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355014; }

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

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

background-color css

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

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

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

border-color css

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

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

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