Html Css Color HEX #355514 Seaweed

📋 copy color: '#355514'

red 53 ◦ green 85 ◦ blue 20

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

Shades of Seaweed #355514

Tints of Seaweed #355514

RGB

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

 GREEN value IS 85 (33.59% from 255) = 53.8%

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

R = 33.54%
G = 53.8%
B = 12.66%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#355514 (or 0x355514) is known color: Seaweed. HEX triplet: 35, 55 and 14. RGB value is (53,85,20). Sum of RGB (Red+Green+Blue) = 53+85+20=158 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.54% from 158); Green value is 85 (33.59% from 255 or 53.80% from 158); Blue value is 20 (8.20% from 255 or 12.66% from 158); Max value from RGB is 85 - color contains mainly: green. Hex color #355514 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355514 is #CAAAEB. Grayscale: #444444. Windows color (decimal): -13282028 or 1332533. OLE color: 1332533.

HSL color Cylindrical-coordinate representation of color #355514: hue angle of 89.54º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #355514 is Cyan = 0.38, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 85 20 -
CMYK 0.38 0 0.76 0.67
HSL 89.54º 0.62% 0.21% -
HSV(B) 89.54º 0.76% 0.33% -
XYZ 4.84 7.3 1.82 -
YUV 68.02 100.9 117.29 -
System Red Green Blue C M Y K H S L
Decimal 53 85 20 0.38 0 0.76 0.67 89.54 0.62 0.21
Hex 35 55 14 26 0 4C 43 5A 3E 15
Octal 65 125 24 46 0 114 103 132 76 25
Binary 110101 1010101 10100 100110 0 1001100 1000011 1011010 111110 10101

Color Harmonies of #355514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355514

Black with #355514

Text Example


Text Example

White with #355514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355514; }

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

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

background-color css

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

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

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

border-color css

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

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

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