Html Css Color HEX #355A13 Seaweed

📋 copy color: '#355A13'

red 53 ◦ green 90 ◦ blue 19

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

Shades of Seaweed #355A13

Tints of Seaweed #355A13

RGB

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

 GREEN value IS 90 (35.55% from 255) = 55.56%

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

R = 32.72%
G = 55.56%
B = 11.73%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.79

 K value IS 0.65

RGB Variations

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

Color information

#355A13 (or 0x355A13) is known color: Seaweed. HEX triplet: 35, 5A and 13. RGB value is (53,90,19). Sum of RGB (Red+Green+Blue) = 53+90+19=162 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.72% from 162); Green value is 90 (35.55% from 255 or 55.56% from 162); Blue value is 19 (7.81% from 255 or 11.73% from 162); Max value from RGB is 90 - color contains mainly: green. Hex color #355A13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355A13 is #CAA5EC. Grayscale: #474747. Windows color (decimal): -13280749 or 1268277. OLE color: 1268277.

HSL color Cylindrical-coordinate representation of color #355A13: hue angle of 91.27º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #355A13 is Cyan = 0.41, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 90 19 -
CMYK 0.41 0 0.79 0.65
HSL 91.27º 0.65% 0.21% -
HSV(B) 91.27º 0.79% 0.35% -
XYZ 5.24 8.12 1.91 -
YUV 70.84 98.74 115.27 -
System Red Green Blue C M Y K H S L
Decimal 53 90 19 0.41 0 0.79 0.65 91.27 0.65 0.21
Hex 35 5A 13 29 0 4F 41 5B 41 15
Octal 65 132 23 51 0 117 101 133 101 25
Binary 110101 1011010 10011 101001 0 1001111 1000001 1011011 1000001 10101

Color Harmonies of #355A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355A13

Black with #355A13

Text Example


Text Example

White with #355A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355A13; }

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

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

background-color css

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

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

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

border-color css

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

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

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