#368004

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

Shades of Bilbao #368004

Tints of Bilbao #368004

Color information

#368004 (or 0x368004) is unknown color: approx Bilbao. HEX triplet: 36, 80 and 04. RGB value is (54,128,4). Sum of RGB (Red+Green+Blue) = 54+128+4=186 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.03% from 186); Green value is 128 (50.39% from 255 or 68.82% from 186); Blue value is 4 (1.95% from 255 or 2.15% from 186); Max value from RGB is 128 - color contains mainly: green. Hex color #368004 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #368004 is #C97FFB. Grayscale: #5C5C5C. Windows color (decimal): -13205500 or 294966. OLE color: 294966.

HSL color Cylindrical-coordinate representation of color #368004: hue angle of 95.81º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #368004 is Cyan = 0.58, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.50.

Color convert

RGB541284-
CMYK0.5800.970.50
HSL95.81º93.94%25.88%-
HSV(B)95.81º96.88%50.2%-
XYZ9.2616.232.76-
YUV91.7478.48101.08-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.03%
GREEN value IS 128 (50.39% from 255) = 68.82%
BLUE value IS 4 (1.95% from 255) = 2.15%
R=29.03%
G=68.82%
B=2.15%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal5412840.5800.970.5095.8193.9425.88
Hex368043A06132605e1a
Octal6620047201416214013632
Binary11011010000000100111010011000011100101100000101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368004; }

 p { color: rgb(54,128,4); }

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

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

 a { background-color: rgb(54,128,4); }

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

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

 span { border-color: rgb(54,128,4); }

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