Html Css Color HEX #355614 Seaweed

📋 copy color: '#355614'

red 53 ◦ green 86 ◦ blue 20

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

Shades of Seaweed #355614

Tints of Seaweed #355614

RGB

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

 GREEN value IS 86 (33.98% from 255) = 54.09%

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

R = 33.33%
G = 54.09%
B = 12.58%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#355614 (or 0x355614) is known color: Seaweed. HEX triplet: 35, 56 and 14. RGB value is (53,86,20). Sum of RGB (Red+Green+Blue) = 53+86+20=159 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.33% from 159); Green value is 86 (33.98% from 255 or 54.09% from 159); Blue value is 20 (8.20% from 255 or 12.58% from 159); Max value from RGB is 86 - color contains mainly: green. Hex color #355614 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355614 is #CAA9EB. Grayscale: #444444. Windows color (decimal): -13281772 or 1332789. OLE color: 1332789.

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

Color convert

RGB 53 86 20 -
CMYK 0.38 0 0.77 0.66
HSL 90º 0.62% 0.21% -
HSV(B) 90º 0.77% 0.34% -
XYZ 4.92 7.46 1.84 -
YUV 68.61 100.57 116.87 -
System Red Green Blue C M Y K H S L
Decimal 53 86 20 0.38 0 0.77 0.66 90 0.62 0.21
Hex 35 56 14 26 0 4D 42 5A 3E 15
Octal 65 126 24 46 0 115 102 132 76 25
Binary 110101 1010110 10100 100110 0 1001101 1000010 1011010 111110 10101

Color Harmonies of #355614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355614

Black with #355614

Text Example


Text Example

White with #355614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355614; }

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

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

background-color css

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

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

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

border-color css

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

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

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