#365515

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

Shades of Seaweed #365515

Tints of Seaweed #365515

Color information

#365515 (or 0x365515) is unknown color: approx Seaweed. HEX triplet: 36, 55 and 15. RGB value is (54,85,21). Sum of RGB (Red+Green+Blue) = 54+85+21=160 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.75% from 160); Green value is 85 (33.59% from 255 or 53.12% from 160); Blue value is 21 (8.59% from 255 or 13.12% from 160); Max value from RGB is 85 - color contains mainly: green. Hex color #365515 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365515 is #C9AAEA. Grayscale: #444444. Windows color (decimal): -13216491 or 1398070. OLE color: 1398070.

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

Color convert

RGB548521-
CMYK0.3600.750.67
HSL89.06º60.38%20.78%-
HSV(B)89.06º75.29%33.33%-
XYZ4.917.341.87-
YUV68.44101.23117.7-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 33.75%
GREEN value IS 85 (33.59% from 255) = 53.12%
BLUE value IS 21 (8.59% from 255) = 13.12%
R=33.75%
G=53.12%
B=13.12%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5485210.3600.750.6789.0660.3820.78
Hex3655152404B43593c15
Octal66125254401131031317425
Binary110110101010110101100100010010111000011101100111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365515; }

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

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

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

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

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

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

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

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