#428615

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

Shades of Bilbao #428615

Tints of Bilbao #428615

Color information

#428615 (or 0x428615) is unknown color: approx Bilbao. HEX triplet: 42, 86 and 15. RGB value is (66,134,21). Sum of RGB (Red+Green+Blue) = 66+134+21=221 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.86% from 221); Green value is 134 (52.73% from 255 or 60.63% from 221); Blue value is 21 (8.59% from 255 or 9.50% from 221); Max value from RGB is 134 - color contains mainly: green. Hex color #428615 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428615 is #BD79EA. Grayscale: #656565. Windows color (decimal): -12417515 or 1410626. OLE color: 1410626.

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

Color convert

RGB6613421-
CMYK0.5100.840.47
HSL96.11º72.9%30.39%-
HSV(B)96.11º84.33%52.55%-
XYZ10.9118.263.66-
YUV100.7982.97103.19-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.86%
GREEN value IS 134 (52.73% from 255) = 60.63%
BLUE value IS 21 (8.59% from 255) = 9.50%
R=29.86%
G=60.63%
B=9.50%

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
Decimal66134210.5100.840.4796.1172.930.39
Hex428615330542F60491e
Octal102206256301245714011136
Binary10000101000011010101110011010101001011111100000100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428615; }

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

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

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

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

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

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

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

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