#427B25

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

Shades of Bilbao #427B25

Tints of Bilbao #427B25

Color information

#427B25 (or 0x427B25) is unknown color: approx Bilbao. HEX triplet: 42, 7B and 25. RGB value is (66,123,37). Sum of RGB (Red+Green+Blue) = 66+123+37=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 123 (48.44% from 255 or 54.42% from 226); Blue value is 37 (14.84% from 255 or 16.37% from 226); Max value from RGB is 123 - color contains mainly: green. Hex color #427B25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427B25 is #BD84DA. Grayscale: #606060. Windows color (decimal): -12420315 or 2456386. OLE color: 2456386.

HSL color Cylindrical-coordinate representation of color #427B25: hue angle of 99.77º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #427B25 is Cyan = 0.46, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.52.

Color convert

RGB6612337-
CMYK0.4600.700.52
HSL99.77º53.75%31.37%-
HSV(B)99.77º69.92%48.24%-
XYZ9.6615.464.22-
YUV96.1594.62106.49-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.20%
GREEN value IS 123 (48.44% from 255) = 54.42%
BLUE value IS 37 (14.84% from 255) = 16.37%
R=29.20%
G=54.42%
B=16.37%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal66123370.4600.700.5299.7753.7531.37
Hex427B252E0463464361f
Octal10217345560106641446637
Binary1000010111101110010110111001000110110100110010011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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