Html Css Color HEX #355419 Seaweed

📋 copy color: '#355419'

red 53 ◦ green 84 ◦ blue 25

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

Shades of Seaweed #355419

Tints of Seaweed #355419

RGB

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

 GREEN value IS 84 (33.2% from 255) = 51.85%

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

R = 32.72%
G = 51.85%
B = 15.43%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.70

 K value IS 0.67

RGB Variations

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

Color information

#355419 (or 0x355419) is known color: Seaweed. HEX triplet: 35, 54 and 19. RGB value is (53,84,25). Sum of RGB (Red+Green+Blue) = 53+84+25=162 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.72% from 162); Green value is 84 (33.20% from 255 or 51.85% from 162); Blue value is 25 (10.16% from 255 or 15.43% from 162); Max value from RGB is 84 - color contains mainly: green. Hex color #355419 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355419 is #CAABE6. Grayscale: #444444. Windows color (decimal): -13282279 or 1659957. OLE color: 1659957.

HSL color Cylindrical-coordinate representation of color #355419: hue angle of 91.53º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #355419 is Cyan = 0.37, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 84 25 -
CMYK 0.37 0 0.70 0.67
HSL 91.53º 0.54% 0.21% -
HSV(B) 91.53º 0.7% 0.33% -
XYZ 4.81 7.17 2.05 -
YUV 68.01 103.73 117.3 -
System Red Green Blue C M Y K H S L
Decimal 53 84 25 0.37 0 0.70 0.67 91.53 0.54 0.21
Hex 35 54 19 25 0 46 43 5C 36 15
Octal 65 124 31 45 0 106 103 134 66 25
Binary 110101 1010100 11001 100101 0 1000110 1000011 1011100 110110 10101

Color Harmonies of #355419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355419

Black with #355419

Text Example


Text Example

White with #355419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355419; }

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

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

background-color css

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

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

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

border-color css

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

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

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