#427B17

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

Shades of Bilbao #427B17

Tints of Bilbao #427B17

Color information

#427B17 (or 0x427B17) is unknown color: approx Bilbao. HEX triplet: 42, 7B and 17. RGB value is (66,123,23). Sum of RGB (Red+Green+Blue) = 66+123+23=212 (28% of max value = 765). Red value is 66 (26.17% from 255 or 31.13% from 212); Green value is 123 (48.44% from 255 or 58.02% from 212); Blue value is 23 (9.38% from 255 or 10.85% from 212); Max value from RGB is 123 - color contains mainly: green. Hex color #427B17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427B17 is #BD84E8. Grayscale: #5E5E5E. Windows color (decimal): -12420329 or 1538882. OLE color: 1538882.

HSL color Cylindrical-coordinate representation of color #427B17: hue angle of 94.2º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #427B17 is Cyan = 0.46, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.52.

Color convert

RGB6612323-
CMYK0.4600.810.52
HSL94.2º68.49%28.63%-
HSV(B)94.2º81.3%48.24%-
XYZ9.4815.393.28-
YUV94.5687.62107.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.13%
GREEN value IS 123 (48.44% from 255) = 58.02%
BLUE value IS 23 (9.38% from 255) = 10.85%
R=31.13%
G=58.02%
B=10.85%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal66123230.4600.810.5294.268.4928.63
Hex427B172E051345e441d
Octal102173275601216413610435
Binary1000010111101110111101110010100011101001011110100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427B17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427B17; }

 p { color: rgb(66,123,23); }

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

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

 a { background-color: rgb(66,123,23); }

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

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

 span { border-color: rgb(66,123,23); }

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