Html Css Color HEX #355818 Seaweed

📋 copy color: '#355818'

red 53 ◦ green 88 ◦ blue 24

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

Shades of Seaweed #355818

Tints of Seaweed #355818

RGB

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

 GREEN value IS 88 (34.77% from 255) = 53.33%

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

R = 32.12%
G = 53.33%
B = 14.55%

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

#355818 (or 0x355818) is known color: Seaweed. HEX triplet: 35, 58 and 18. RGB value is (53,88,24). Sum of RGB (Red+Green+Blue) = 53+88+24=165 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.12% from 165); Green value is 88 (34.77% from 255 or 53.33% from 165); Blue value is 24 (9.77% from 255 or 14.55% from 165); Max value from RGB is 88 - color contains mainly: green. Hex color #355818 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355818 is #CAA7E7. Grayscale: #464646. Windows color (decimal): -13281256 or 1595445. OLE color: 1595445.

HSL color Cylindrical-coordinate representation of color #355818: hue angle of 92.81º degrees, saturation: 0.57, 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 #355818 is Cyan = 0.40, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 88 24 -
CMYK 0.40 0 0.73 0.65
HSL 92.81º 0.57% 0.22% -
HSV(B) 92.81º 0.73% 0.35% -
XYZ 5.12 7.8 2.1 -
YUV 70.24 101.9 115.7 -
System Red Green Blue C M Y K H S L
Decimal 53 88 24 0.40 0 0.73 0.65 92.81 0.57 0.22
Hex 35 58 18 28 0 49 41 5D 39 16
Octal 65 130 30 50 0 111 101 135 71 26
Binary 110101 1011000 11000 101000 0 1001001 1000001 1011101 111001 10110

Color Harmonies of #355818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355818

Black with #355818

Text Example


Text Example

White with #355818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355818; }

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

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

background-color css

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

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

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

border-color css

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

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

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