Html Css Color HEX #355418 Seaweed

📋 copy color: '#355418'

red 53 ◦ green 84 ◦ blue 24

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

Shades of Seaweed #355418

Tints of Seaweed #355418

RGB

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

 GREEN value IS 84 (33.2% from 255) = 52.17%

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

R = 32.92%
G = 52.17%
B = 14.91%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.71

 K value IS 0.67

RGB Variations

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

Color information

#355418 (or 0x355418) is known color: Seaweed. HEX triplet: 35, 54 and 18. RGB value is (53,84,24). Sum of RGB (Red+Green+Blue) = 53+84+24=161 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.92% from 161); Green value is 84 (33.20% from 255 or 52.17% from 161); Blue value is 24 (9.77% from 255 or 14.91% from 161); Max value from RGB is 84 - color contains mainly: green. Hex color #355418 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355418 is #CAABE7. Grayscale: #444444. Windows color (decimal): -13282280 or 1594421. OLE color: 1594421.

HSL color Cylindrical-coordinate representation of color #355418: hue angle of 91º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #355418 is Cyan = 0.37, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 84 24 -
CMYK 0.37 0 0.71 0.67
HSL 91º 0.56% 0.21% -
HSV(B) 91º 0.71% 0.33% -
XYZ 4.8 7.16 1.99 -
YUV 67.89 103.23 117.38 -
System Red Green Blue C M Y K H S L
Decimal 53 84 24 0.37 0 0.71 0.67 91 0.56 0.21
Hex 35 54 18 25 0 47 43 5B 38 15
Octal 65 124 30 45 0 107 103 133 70 25
Binary 110101 1010100 11000 100101 0 1000111 1000011 1011011 111000 10101

Color Harmonies of #355418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355418

Black with #355418

Text Example


Text Example

White with #355418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355418; }

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

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

background-color css

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

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

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

border-color css

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

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

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