Html Css Color HEX #355613 Seaweed

📋 copy color: '#355613'

red 53 ◦ green 86 ◦ blue 19

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

Shades of Seaweed #355613

Tints of Seaweed #355613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 12.03%

R = 33.54%
G = 54.43%
B = 12.03%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#355613 (or 0x355613) is known color: Seaweed. HEX triplet: 35, 56 and 13. RGB value is (53,86,19). Sum of RGB (Red+Green+Blue) = 53+86+19=158 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.54% from 158); Green value is 86 (33.98% from 255 or 54.43% from 158); Blue value is 19 (7.81% from 255 or 12.03% from 158); Max value from RGB is 86 - color contains mainly: green. Hex color #355613 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355613 is #CAA9EC. Grayscale: #444444. Windows color (decimal): -13281773 or 1267253. OLE color: 1267253.

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

Color convert

RGB 53 86 19 -
CMYK 0.38 0 0.78 0.66
HSL 89.55º 0.64% 0.21% -
HSV(B) 89.55º 0.78% 0.34% -
XYZ 4.91 7.46 1.8 -
YUV 68.5 100.07 116.95 -
System Red Green Blue C M Y K H S L
Decimal 53 86 19 0.38 0 0.78 0.66 89.55 0.64 0.21
Hex 35 56 13 26 0 4E 42 5A 40 15
Octal 65 126 23 46 0 116 102 132 100 25
Binary 110101 1010110 10011 100110 0 1001110 1000010 1011010 1000000 10101

Color Harmonies of #355613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355613

Black with #355613

Text Example


Text Example

White with #355613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355613; }

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

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

background-color css

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

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

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

border-color css

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

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

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