Html Css Color HEX #355618 Seaweed

📋 copy color: '#355618'

red 53 ◦ green 86 ◦ blue 24

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

Shades of Seaweed #355618

Tints of Seaweed #355618

RGB

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

 GREEN value IS 86 (33.98% from 255) = 52.76%

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

R = 32.52%
G = 52.76%
B = 14.72%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.72

 K value IS 0.66

RGB Variations

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

Color information

#355618 (or 0x355618) is known color: Seaweed. HEX triplet: 35, 56 and 18. RGB value is (53,86,24). Sum of RGB (Red+Green+Blue) = 53+86+24=163 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.52% from 163); Green value is 86 (33.98% from 255 or 52.76% from 163); Blue value is 24 (9.77% from 255 or 14.72% from 163); Max value from RGB is 86 - color contains mainly: green. Hex color #355618 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355618 is #CAA9E7. Grayscale: #454545. Windows color (decimal): -13281768 or 1594933. OLE color: 1594933.

HSL color Cylindrical-coordinate representation of color #355618: hue angle of 91.94º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #355618 is Cyan = 0.38, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.66.

Color convert

RGB 53 86 24 -
CMYK 0.38 0 0.72 0.66
HSL 91.94º 0.56% 0.22% -
HSV(B) 91.94º 0.72% 0.34% -
XYZ 4.96 7.48 2.05 -
YUV 69.07 102.57 116.54 -
System Red Green Blue C M Y K H S L
Decimal 53 86 24 0.38 0 0.72 0.66 91.94 0.56 0.22
Hex 35 56 18 26 0 48 42 5C 38 16
Octal 65 126 30 46 0 110 102 134 70 26
Binary 110101 1010110 11000 100110 0 1001000 1000010 1011100 111000 10110

Color Harmonies of #355618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355618

Black with #355618

Text Example


Text Example

White with #355618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355618; }

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

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

background-color css

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

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

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

border-color css

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

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

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