Html Css Color HEX #355918 Seaweed

📋 copy color: '#355918'

red 53 ◦ green 89 ◦ blue 24

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

Shades of Seaweed #355918

Tints of Seaweed #355918

RGB

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

 GREEN value IS 89 (35.16% from 255) = 53.61%

 BLUE value IS 24 (9.77% from 255) = 14.46%

R = 31.93%
G = 53.61%
B = 14.46%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.73

 K value IS 0.65

RGB Variations

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

Color information

#355918 (or 0x355918) is known color: Seaweed. HEX triplet: 35, 59 and 18. RGB value is (53,89,24). Sum of RGB (Red+Green+Blue) = 53+89+24=166 (21% of max value = 765). Red value is 53 (21.09% from 255 or 31.93% from 166); Green value is 89 (35.16% from 255 or 53.61% from 166); Blue value is 24 (9.77% from 255 or 14.46% from 166); Max value from RGB is 89 - color contains mainly: green. Hex color #355918 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355918 is #CAA6E7. Grayscale: #474747. Windows color (decimal): -13281000 or 1595701. OLE color: 1595701.

HSL color Cylindrical-coordinate representation of color #355918: hue angle of 93.23º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #355918 is Cyan = 0.40, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 89 24 -
CMYK 0.40 0 0.73 0.65
HSL 93.23º 0.58% 0.22% -
HSV(B) 93.23º 0.73% 0.35% -
XYZ 5.21 7.97 2.13 -
YUV 70.83 101.57 115.29 -
System Red Green Blue C M Y K H S L
Decimal 53 89 24 0.40 0 0.73 0.65 93.23 0.58 0.22
Hex 35 59 18 28 0 49 41 5D 3A 16
Octal 65 131 30 50 0 111 101 135 72 26
Binary 110101 1011001 11000 101000 0 1001001 1000001 1011101 111010 10110

Color Harmonies of #355918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355918

Black with #355918

Text Example


Text Example

White with #355918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355918; }

 p { color: rgb(53,89,24); }

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

background-color css

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

 a { background-color: rgb(53,89,24); }

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

border-color css

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

 span { border-color: rgb(53,89,24); }

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