#427819

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

Shades of Bilbao #427819

Tints of Bilbao #427819

Color information

#427819 (or 0x427819) is unknown color: approx Bilbao. HEX triplet: 42, 78 and 19. RGB value is (66,120,25). Sum of RGB (Red+Green+Blue) = 66+120+25=211 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.28% from 211); Green value is 120 (47.27% from 255 or 56.87% from 211); Blue value is 25 (10.16% from 255 or 11.85% from 211); Max value from RGB is 120 - color contains mainly: green. Hex color #427819 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427819 is #BD87E6. Grayscale: #5D5D5D. Windows color (decimal): -12421095 or 1669186. OLE color: 1669186.

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

Color convert

RGB6612025-
CMYK0.4500.790.53
HSL94.11º65.52%28.43%-
HSV(B)94.11º79.17%47.06%-
XYZ9.1414.663.27-
YUV93.0289.61108.72-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.28%
GREEN value IS 120 (47.27% from 255) = 56.87%
BLUE value IS 25 (10.16% from 255) = 11.85%
R=31.28%
G=56.87%
B=11.85%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66120250.4500.790.5394.1165.5228.43
Hex4278192D04F355e421c
Octal102170315501176513610234
Binary1000010111100011001101101010011111101011011110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427819; }

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

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

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

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

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

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

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

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