#427701

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

Shades of Bilbao #427701

Tints of Bilbao #427701

Color information

#427701 (or 0x427701) is unknown color: approx Bilbao. HEX triplet: 42, 77 and 01. RGB value is (66,119,1). Sum of RGB (Red+Green+Blue) = 66+119+1=186 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.48% from 186); Green value is 119 (46.88% from 255 or 63.98% from 186); Blue value is 1 (0.78% from 255 or 0.54% from 186); Max value from RGB is 119 - color contains mainly: green. Hex color #427701 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427701 is #BD88FE. Grayscale: #5A5A5A. Windows color (decimal): -12421375 or 96066. OLE color: 96066.

HSL color Cylindrical-coordinate representation of color #427701: hue angle of 86.95º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #427701 is Cyan = 0.45, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.53.

Color convert

RGB661191-
CMYK0.4500.990.53
HSL86.95º98.33%23.53%-
HSV(B)86.95º99.16%46.67%-
XYZ8.8514.352.33-
YUV89.777.94111.09-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.48%
GREEN value IS 119 (46.88% from 255) = 63.98%
BLUE value IS 1 (0.78% from 255) = 0.54%
R=35.48%
G=63.98%
B=0.54%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6611910.4500.990.5386.9598.3323.53
Hex427712D06335576218
Octal10216715501436512714230
Binary100001011101111101101011000111101011010111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427701; }

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

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

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

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

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

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

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

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