Html Css Color HEX #365016 Seaweed

📋 copy color: '#365016'

red 54 ◦ green 80 ◦ blue 22

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

Shades of Seaweed #365016

Tints of Seaweed #365016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 14.1%

R = 34.62%
G = 51.28%
B = 14.1%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.72

 K value IS 0.69

RGB Variations

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

Color information

#365016 (or 0x365016) is known color: Seaweed. HEX triplet: 36, 50 and 16. RGB value is (54,80,22). Sum of RGB (Red+Green+Blue) = 54+80+22=156 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.62% from 156); Green value is 80 (31.64% from 255 or 51.28% from 156); Blue value is 22 (8.98% from 255 or 14.10% from 156); Max value from RGB is 80 - color contains mainly: green. Hex color #365016 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365016 is #C9AFE9. Grayscale: #414141. Windows color (decimal): -13217770 or 1462326. OLE color: 1462326.

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

Color convert

RGB 54 80 22 -
CMYK 0.33 0 0.72 0.69
HSL 86.9º 0.57% 0.2% -
HSV(B) 86.9º 0.73% 0.31% -
XYZ 4.53 6.58 1.79 -
YUV 65.61 103.39 119.72 -
System Red Green Blue C M Y K H S L
Decimal 54 80 22 0.33 0 0.72 0.69 86.9 0.57 0.2
Hex 36 50 16 21 0 48 45 57 39 14
Octal 66 120 26 41 0 110 105 127 71 24
Binary 110110 1010000 10110 100001 0 1001000 1000101 1010111 111001 10100

Color Harmonies of #365016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365016

Black with #365016

Text Example


Text Example

White with #365016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365016; }

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

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

background-color css

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

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

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

border-color css

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

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

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