Html Css Color HEX #365018 Seaweed

📋 copy color: '#365018'

red 54 ◦ green 80 ◦ blue 24

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

Shades of Seaweed #365018

Tints of Seaweed #365018

RGB

 RED value IS 54 (21.48% from 255) = 34.18%

 GREEN value IS 80 (31.64% from 255) = 50.63%

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

R = 34.18%
G = 50.63%
B = 15.19%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.70

 K value IS 0.69

RGB Variations

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

Color information

#365018 (or 0x365018) is known color: Seaweed. HEX triplet: 36, 50 and 18. RGB value is (54,80,24). Sum of RGB (Red+Green+Blue) = 54+80+24=158 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.18% from 158); Green value is 80 (31.64% from 255 or 50.63% from 158); Blue value is 24 (9.77% from 255 or 15.19% from 158); Max value from RGB is 80 - color contains mainly: green. Hex color #365018 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365018 is #C9AFE7. Grayscale: #424242. Windows color (decimal): -13217768 or 1593398. OLE color: 1593398.

HSL color Cylindrical-coordinate representation of color #365018: hue angle of 87.86º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #365018 is Cyan = 0.33, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.69.

Color convert

RGB 54 80 24 -
CMYK 0.33 0 0.70 0.69
HSL 87.86º 0.54% 0.2% -
HSV(B) 87.86º 0.7% 0.31% -
XYZ 4.55 6.59 1.9 -
YUV 65.84 104.39 119.55 -
System Red Green Blue C M Y K H S L
Decimal 54 80 24 0.33 0 0.70 0.69 87.86 0.54 0.2
Hex 36 50 18 21 0 46 45 58 36 14
Octal 66 120 30 41 0 106 105 130 66 24
Binary 110110 1010000 11000 100001 0 1000110 1000101 1011000 110110 10100

Color Harmonies of #365018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365018

Black with #365018

Text Example


Text Example

White with #365018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365018; }

 p { color: rgb(54,80,24); }

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

background-color css

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

 a { background-color: rgb(54,80,24); }

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

border-color css

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

 span { border-color: rgb(54,80,24); }

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