#427713

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

Shades of Bilbao #427713

Tints of Bilbao #427713

Color information

#427713 (or 0x427713) is unknown color: approx Bilbao. HEX triplet: 42, 77 and 13. RGB value is (66,119,19). Sum of RGB (Red+Green+Blue) = 66+119+19=204 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.35% from 204); Green value is 119 (46.88% from 255 or 58.33% from 204); Blue value is 19 (7.81% from 255 or 9.31% from 204); Max value from RGB is 119 - color contains mainly: green. Hex color #427713 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427713 is #BD88EC. Grayscale: #5C5C5C. Windows color (decimal): -12421357 or 1275714. OLE color: 1275714.

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

Color convert

RGB6611919-
CMYK0.4500.840.53
HSL91.8º72.46%27.06%-
HSV(B)91.8º84.03%46.67%-
XYZ8.9614.42.92-
YUV91.7586.94109.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.35%
GREEN value IS 119 (46.88% from 255) = 58.33%
BLUE value IS 19 (7.81% from 255) = 9.31%
R=32.35%
G=58.33%
B=9.31%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66119190.4500.840.5391.872.4627.06
Hex4277132D054355c481b
Octal102167235501246513411033
Binary1000010111011110011101101010101001101011011100100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427713; }

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

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

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

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

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

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

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

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