Html Css Color HEX #355513 Seaweed

📋 copy color: '#355513'

red 53 ◦ green 85 ◦ blue 19

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

Shades of Seaweed #355513

Tints of Seaweed #355513

RGB

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

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

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

R = 33.76%
G = 54.14%
B = 12.1%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#355513 (or 0x355513) is known color: Seaweed. HEX triplet: 35, 55 and 13. RGB value is (53,85,19). Sum of RGB (Red+Green+Blue) = 53+85+19=157 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.76% from 157); Green value is 85 (33.59% from 255 or 54.14% from 157); Blue value is 19 (7.81% from 255 or 12.10% from 157); Max value from RGB is 85 - color contains mainly: green. Hex color #355513 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355513 is #CAAAEC. Grayscale: #444444. Windows color (decimal): -13282029 or 1266997. OLE color: 1266997.

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

Color convert

RGB 53 85 19 -
CMYK 0.38 0 0.78 0.67
HSL 89.09º 0.63% 0.2% -
HSV(B) 89.09º 0.78% 0.33% -
XYZ 4.83 7.3 1.77 -
YUV 67.91 100.4 117.37 -
System Red Green Blue C M Y K H S L
Decimal 53 85 19 0.38 0 0.78 0.67 89.09 0.63 0.2
Hex 35 55 13 26 0 4E 43 59 3F 14
Octal 65 125 23 46 0 116 103 131 77 24
Binary 110101 1010101 10011 100110 0 1001110 1000011 1011001 111111 10100

Color Harmonies of #355513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355513

Black with #355513

Text Example


Text Example

White with #355513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355513; }

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

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

background-color css

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

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

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

border-color css

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

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

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