#428612

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

Shades of Bilbao #428612

Tints of Bilbao #428612

Color information

#428612 (or 0x428612) is unknown color: approx Bilbao. HEX triplet: 42, 86 and 12. RGB value is (66,134,18). Sum of RGB (Red+Green+Blue) = 66+134+18=218 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.28% from 218); Green value is 134 (52.73% from 255 or 61.47% from 218); Blue value is 18 (7.42% from 255 or 8.26% from 218); Max value from RGB is 134 - color contains mainly: green. Hex color #428612 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428612 is #BD79ED. Grayscale: #646464. Windows color (decimal): -12417518 or 1214018. OLE color: 1214018.

HSL color Cylindrical-coordinate representation of color #428612: hue angle of 95.17º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #428612 is Cyan = 0.51, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB6613418-
CMYK0.5100.870.47
HSL95.17º76.32%29.8%-
HSV(B)95.17º86.57%52.55%-
XYZ10.8818.253.52-
YUV100.4481.47103.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.28%
GREEN value IS 134 (52.73% from 255) = 61.47%
BLUE value IS 18 (7.42% from 255) = 8.26%
R=30.28%
G=61.47%
B=8.26%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal66134180.5100.870.4795.1776.3229.8
Hex428612330572F5f4c1e
Octal102206226301275713711436
Binary10000101000011010010110011010101111011111011111100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428612; }

 p { color: rgb(66,134,18); }

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

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

 a { background-color: rgb(66,134,18); }

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

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

 span { border-color: rgb(66,134,18); }

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