#427115

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

Shades of Bilbao #427115

Tints of Bilbao #427115

Color information

#427115 (or 0x427115) is unknown color: approx Bilbao. HEX triplet: 42, 71 and 15. RGB value is (66,113,21). Sum of RGB (Red+Green+Blue) = 66+113+21=200 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33% from 200); Green value is 113 (44.53% from 255 or 56.5% from 200); Blue value is 21 (8.59% from 255 or 10.5% from 200); Max value from RGB is 113 - color contains mainly: green. Hex color #427115 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427115 is #BD8EEA. Grayscale: #585858. Windows color (decimal): -12422891 or 1405250. OLE color: 1405250.

HSL color Cylindrical-coordinate representation of color #427115: hue angle of 90.65º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #427115 is Cyan = 0.42, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB6611321-
CMYK0.4200.810.56
HSL90.65º68.66%26.27%-
HSV(B)90.65º81.42%44.31%-
XYZ8.2913.022.79-
YUV88.4689.93111.98-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33%
GREEN value IS 113 (44.53% from 255) = 56.5%
BLUE value IS 21 (8.59% from 255) = 10.5%
R=33%
G=56.5%
B=10.5%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66113210.4200.810.5690.6568.6626.27
Hex4271152A051385b451a
Octal102161255201217013310532
Binary1000010111000110101101010010100011110001011011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427115; }

 p { color: rgb(66,113,21); }

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

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

 a { background-color: rgb(66,113,21); }

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

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

 span { border-color: rgb(66,113,21); }

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