#427319

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

Shades of Bilbao #427319

Tints of Bilbao #427319

Color information

#427319 (or 0x427319) is unknown color: approx Bilbao. HEX triplet: 42, 73 and 19. RGB value is (66,115,25). Sum of RGB (Red+Green+Blue) = 66+115+25=206 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.04% from 206); Green value is 115 (45.31% from 255 or 55.83% from 206); Blue value is 25 (10.16% from 255 or 12.14% from 206); Max value from RGB is 115 - color contains mainly: green. Hex color #427319 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427319 is #BD8CE6. Grayscale: #5A5A5A. Windows color (decimal): -12422375 or 1667906. OLE color: 1667906.

HSL color Cylindrical-coordinate representation of color #427319: hue angle of 92.67º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #427319 is Cyan = 0.43, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB6611525-
CMYK0.4300.780.55
HSL92.67º64.29%27.45%-
HSV(B)92.67º78.26%45.1%-
XYZ8.5513.493.07-
YUV90.0991.27110.82-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.04%
GREEN value IS 115 (45.31% from 255) = 55.83%
BLUE value IS 25 (10.16% from 255) = 12.14%
R=32.04%
G=55.83%
B=12.14%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66115250.4300.780.5592.6764.2927.45
Hex4273192B04E375d401b
Octal102163315301166713510033
Binary1000010111001111001101011010011101101111011101100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427319; }

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

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

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

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

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

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

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

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