#428715

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

Shades of Bilbao #428715

Tints of Bilbao #428715

Color information

#428715 (or 0x428715) is unknown color: approx Bilbao. HEX triplet: 42, 87 and 15. RGB value is (66,135,21). Sum of RGB (Red+Green+Blue) = 66+135+21=222 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.73% from 222); Green value is 135 (53.12% from 255 or 60.81% from 222); Blue value is 21 (8.59% from 255 or 9.46% from 222); Max value from RGB is 135 - color contains mainly: green. Hex color #428715 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428715 is #BD78EA. Grayscale: #656565. Windows color (decimal): -12417259 or 1410882. OLE color: 1410882.

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

Color convert

RGB6613521-
CMYK0.5100.840.47
HSL96.32º73.08%30.59%-
HSV(B)96.32º84.44%52.94%-
XYZ11.0518.543.71-
YUV101.3782.64102.77-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.73%
GREEN value IS 135 (53.12% from 255) = 60.81%
BLUE value IS 21 (8.59% from 255) = 9.46%
R=29.73%
G=60.81%
B=9.46%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal66135210.5100.840.4796.3273.0830.59
Hex428715330542F60491f
Octal102207256301245714011137
Binary10000101000011110101110011010101001011111100000100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428715; }

 p { color: rgb(66,135,21); }

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

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

 a { background-color: rgb(66,135,21); }

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

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

 span { border-color: rgb(66,135,21); }

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