#427D01

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

Shades of Bilbao #427D01

Tints of Bilbao #427D01

Color information

#427D01 (or 0x427D01) is unknown color: approx Bilbao. HEX triplet: 42, 7D and 01. RGB value is (66,125,1). Sum of RGB (Red+Green+Blue) = 66+125+1=192 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.38% from 192); Green value is 125 (49.22% from 255 or 65.10% from 192); Blue value is 1 (0.78% from 255 or 0.52% from 192); Max value from RGB is 125 - color contains mainly: green. Hex color #427D01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427D01 is #BD82FE. Grayscale: #5D5D5D. Windows color (decimal): -12419839 or 97602. OLE color: 97602.

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

Color convert

RGB661251-
CMYK0.4700.990.51
HSL88.55º98.41%24.71%-
HSV(B)88.55º99.2%49.02%-
XYZ9.5915.832.58-
YUV93.2275.95108.58-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.38%
GREEN value IS 125 (49.22% from 255) = 65.10%
BLUE value IS 1 (0.78% from 255) = 0.52%
R=34.38%
G=65.10%
B=0.52%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal6612510.4700.990.5188.5598.4124.71
Hex427D12F06333596219
Octal10217515701436313114231
Binary100001011111011101111011000111100111011001110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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