#368610

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

Shades of Bilbao #368610

Tints of Bilbao #368610

Color information

#368610 (or 0x368610) is unknown color: approx Bilbao. HEX triplet: 36, 86 and 10. RGB value is (54,134,16). Sum of RGB (Red+Green+Blue) = 54+134+16=204 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.47% from 204); Green value is 134 (52.73% from 255 or 65.69% from 204); Blue value is 16 (6.64% from 255 or 7.84% from 204); Max value from RGB is 134 - color contains mainly: green. Hex color #368610 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #368610 is #C979EF. Grayscale: #616161. Windows color (decimal): -13203952 or 1082934. OLE color: 1082934.

HSL color Cylindrical-coordinate representation of color #368610: hue angle of 100.68º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #368610 is Cyan = 0.60, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB5413416-
CMYK0.6000.880.47
HSL100.68º78.67%29.41%-
HSV(B)100.68º88.06%52.55%-
XYZ10.1417.873.41-
YUV96.6382.597.59-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.47%
GREEN value IS 134 (52.73% from 255) = 65.69%
BLUE value IS 16 (6.64% from 255) = 7.84%
R=26.47%
G=65.69%
B=7.84%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal54134160.6000.880.47100.6878.6729.41
Hex3686103C0582F654f1d
Octal66206207401305714511735
Binary1101101000011010000111100010110001011111100101100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368610; }

 p { color: rgb(54,134,16); }

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

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

 a { background-color: rgb(54,134,16); }

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

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

 span { border-color: rgb(54,134,16); }

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