#365019

Color #365019 Seaweed (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seaweed #365019

Tints of Seaweed #365019

Color information

#365019 (or 0x365019) is unknown color: approx Seaweed. HEX triplet: 36, 50 and 19. RGB value is (54,80,25). Sum of RGB (Red+Green+Blue) = 54+80+25=159 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.96% from 159); Green value is 80 (31.64% from 255 or 50.31% from 159); Blue value is 25 (10.16% from 255 or 15.72% from 159); Max value from RGB is 80 - color contains mainly: green. Hex color #365019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365019 is #C9AFE6. Grayscale: #424242. Windows color (decimal): -13217767 or 1658934. OLE color: 1658934.

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

Color convert

RGB548025-
CMYK0.3300.690.69
HSL88.36º52.38%20.59%-
HSV(B)88.36º68.75%31.37%-
XYZ4.576.591.95-
YUV65.96104.89119.47-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 33.96%
GREEN value IS 80 (31.64% from 255) = 50.31%
BLUE value IS 25 (10.16% from 255) = 15.72%
R=33.96%
G=50.31%
B=15.72%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5480250.3300.690.6988.3652.3820.59
Hex3650192104545583415
Octal66120314101051051306425
Binary110110101000011001100001010001011000101101100011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365019; }

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

 H1.HeaderClassName
 {
   color: #365019;
 }
 .AnyTagClassName
 {
   color: #365019;
 }
</style>
background-color css

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

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

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

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

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

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