#356818

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

Shades of Bilbao #356818

Tints of Bilbao #356818

Color information

#356818 (or 0x356818) is unknown color: approx Bilbao. HEX triplet: 35, 68 and 18. RGB value is (53,104,24). Sum of RGB (Red+Green+Blue) = 53+104+24=181 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.28% from 181); Green value is 104 (41.02% from 255 or 57.46% from 181); Blue value is 24 (9.77% from 255 or 13.26% from 181); Max value from RGB is 104 - color contains mainly: green. Hex color #356818 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356818 is #CA97E7. Grayscale: #4F4F4F. Windows color (decimal): -13277160 or 1599541. OLE color: 1599541.

HSL color Cylindrical-coordinate representation of color #356818: hue angle of 98.25º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #356818 is Cyan = 0.49, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.59.

Color convert

RGB5310424-
CMYK0.4900.770.59
HSL98.25º62.5%25.1%-
HSV(B)98.25º76.92%40.78%-
XYZ6.5810.722.59-
YUV79.6396.6109-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.28%
GREEN value IS 104 (41.02% from 255) = 57.46%
BLUE value IS 24 (9.77% from 255) = 13.26%
R=29.28%
G=57.46%
B=13.26%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal53104240.4900.770.5998.2562.525.1
Hex3568183104D3B623e19
Octal6515030610115731427631
Binary11010111010001100011000101001101111011110001011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356818; }

 p { color: rgb(53,104,24); }

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

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

 a { background-color: rgb(53,104,24); }

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

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

 span { border-color: rgb(53,104,24); }

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