#365514

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

Shades of Seaweed #365514

Tints of Seaweed #365514

Color information

#365514 (or 0x365514) is unknown color: approx Seaweed. HEX triplet: 36, 55 and 14. RGB value is (54,85,20). Sum of RGB (Red+Green+Blue) = 54+85+20=159 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.96% from 159); Green value is 85 (33.59% from 255 or 53.46% from 159); Blue value is 20 (8.20% from 255 or 12.58% from 159); Max value from RGB is 85 - color contains mainly: green. Hex color #365514 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365514 is #C9AAEB. Grayscale: #444444. Windows color (decimal): -13216492 or 1332534. OLE color: 1332534.

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

Color convert

RGB548520-
CMYK0.3600.760.67
HSL88.62º61.9%20.59%-
HSV(B)88.62º76.47%33.33%-
XYZ4.97.331.82-
YUV68.32100.73117.79-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 33.96%
GREEN value IS 85 (33.59% from 255) = 53.46%
BLUE value IS 20 (8.20% from 255) = 12.58%
R=33.96%
G=53.46%
B=12.58%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5485200.3600.760.6788.6261.920.59
Hex3655142404C43593e15
Octal66125244401141031317625
Binary110110101010110100100100010011001000011101100111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365514; }

 p { color: rgb(54,85,20); }

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

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

 a { background-color: rgb(54,85,20); }

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

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

 span { border-color: rgb(54,85,20); }

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