Html Css Color HEX #355313 Seaweed

📋 copy color: '#355313'

red 53 ◦ green 83 ◦ blue 19

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

Shades of Seaweed #355313

Tints of Seaweed #355313

RGB

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

 GREEN value IS 83 (32.81% from 255) = 53.55%

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

R = 34.19%
G = 53.55%
B = 12.26%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#355313 (or 0x355313) is known color: Seaweed. HEX triplet: 35, 53 and 13. RGB value is (53,83,19). Sum of RGB (Red+Green+Blue) = 53+83+19=155 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.19% from 155); Green value is 83 (32.81% from 255 or 53.55% from 155); Blue value is 19 (7.81% from 255 or 12.26% from 155); Max value from RGB is 83 - color contains mainly: green. Hex color #355313 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355313 is #CAACEC. Grayscale: #424242. Windows color (decimal): -13282541 or 1266485. OLE color: 1266485.

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

Color convert

RGB 53 83 19 -
CMYK 0.36 0 0.77 0.67
HSL 88.13º 0.63% 0.2% -
HSV(B) 88.13º 0.77% 0.33% -
XYZ 4.68 6.99 1.72 -
YUV 66.73 101.06 118.2 -
System Red Green Blue C M Y K H S L
Decimal 53 83 19 0.36 0 0.77 0.67 88.13 0.63 0.2
Hex 35 53 13 24 0 4D 43 58 3F 14
Octal 65 123 23 44 0 115 103 130 77 24
Binary 110101 1010011 10011 100100 0 1001101 1000011 1011000 111111 10100

Color Harmonies of #355313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355313

Black with #355313

Text Example


Text Example

White with #355313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355313; }

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

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

background-color css

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

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

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

border-color css

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

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

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