#427928

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

Shades of Bilbao #427928

Tints of Bilbao #427928

Color information

#427928 (or 0x427928) is unknown color: approx Bilbao. HEX triplet: 42, 79 and 28. RGB value is (66,121,40). Sum of RGB (Red+Green+Blue) = 66+121+40=227 (30% of max value = 765). Red value is 66 (26.17% from 255 or 29.07% from 227); Green value is 121 (47.66% from 255 or 53.30% from 227); Blue value is 40 (16.02% from 255 or 17.62% from 227); Max value from RGB is 121 - color contains mainly: green. Hex color #427928 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427928 is #BD86D7. Grayscale: #5F5F5F. Windows color (decimal): -12420824 or 2652482. OLE color: 2652482.

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

Color convert

RGB6612140-
CMYK0.4500.670.53
HSL100.74º50.31%31.57%-
HSV(B)100.74º66.94%47.45%-
XYZ9.4714.994.4-
YUV95.3296.78107.09-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.07%
GREEN value IS 121 (47.66% from 255) = 53.30%
BLUE value IS 40 (16.02% from 255) = 17.62%
R=29.07%
G=53.30%
B=17.62%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66121400.4500.670.53100.7450.3131.57
Hex4279282D04335653220
Octal10217150550103651456240
Binary10000101111001101000101101010000111101011100101110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427928; }

 p { color: rgb(66,121,40); }

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

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

 a { background-color: rgb(66,121,40); }

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

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

 span { border-color: rgb(66,121,40); }

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