Html Css Color HEX #355519 Seaweed

📋 copy color: '#355519'

red 53 ◦ green 85 ◦ blue 25

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

Shades of Seaweed #355519

Tints of Seaweed #355519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 15.34%

R = 32.52%
G = 52.15%
B = 15.34%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.71

 K value IS 0.67

RGB Variations

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

Color information

#355519 (or 0x355519) is known color: Seaweed. HEX triplet: 35, 55 and 19. RGB value is (53,85,25). Sum of RGB (Red+Green+Blue) = 53+85+25=163 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.52% from 163); Green value is 85 (33.59% from 255 or 52.15% from 163); Blue value is 25 (10.16% from 255 or 15.34% from 163); Max value from RGB is 85 - color contains mainly: green. Hex color #355519 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355519 is #CAAAE6. Grayscale: #444444. Windows color (decimal): -13282023 or 1660213. OLE color: 1660213.

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

Color convert

RGB 53 85 25 -
CMYK 0.38 0 0.71 0.67
HSL 92º 0.55% 0.22% -
HSV(B) 92º 0.71% 0.33% -
XYZ 4.89 7.32 2.08 -
YUV 68.59 103.4 116.88 -
System Red Green Blue C M Y K H S L
Decimal 53 85 25 0.38 0 0.71 0.67 92 0.55 0.22
Hex 35 55 19 26 0 47 43 5C 37 16
Octal 65 125 31 46 0 107 103 134 67 26
Binary 110101 1010101 11001 100110 0 1000111 1000011 1011100 110111 10110

Color Harmonies of #355519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355519

Black with #355519

Text Example


Text Example

White with #355519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355519; }

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

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

background-color css

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

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

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

border-color css

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

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

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