#427D19

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

Shades of Bilbao #427D19

Tints of Bilbao #427D19

Color information

#427D19 (or 0x427D19) is unknown color: approx Bilbao. HEX triplet: 42, 7D and 19. RGB value is (66,125,25). Sum of RGB (Red+Green+Blue) = 66+125+25=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 125 (49.22% from 255 or 57.87% from 216); Blue value is 25 (10.16% from 255 or 11.57% from 216); Max value from RGB is 125 - color contains mainly: green. Hex color #427D19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427D19 is #BD82E6. Grayscale: #606060. Windows color (decimal): -12419815 or 1670466. OLE color: 1670466.

HSL color Cylindrical-coordinate representation of color #427D19: hue angle of 95.4º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #427D19 is Cyan = 0.47, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.51.

Color convert

RGB6612525-
CMYK0.4700.80.51
HSL95.4º66.67%29.41%-
HSV(B)95.4º80%49.02%-
XYZ9.7615.93.47-
YUV95.9687.95106.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.56%
GREEN value IS 125 (49.22% from 255) = 57.87%
BLUE value IS 25 (10.16% from 255) = 11.57%
R=30.56%
G=57.87%
B=11.57%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal66125250.4700.80.5195.466.6729.41
Hex427D192F050335f431d
Octal102175315701206313710335
Binary1000010111110111001101111010100001100111011111100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,125,25); }

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

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

 a { background-color: rgb(66,125,25); }

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

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

 span { border-color: rgb(66,125,25); }

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