#427828

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

Shades of Bilbao #427828

Tints of Bilbao #427828

Color information

#427828 (or 0x427828) is unknown color: approx Bilbao. HEX triplet: 42, 78 and 28. RGB value is (66,120,40). Sum of RGB (Red+Green+Blue) = 66+120+40=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 120 (47.27% from 255 or 53.10% from 226); Blue value is 40 (16.02% from 255 or 17.70% from 226); Max value from RGB is 120 - color contains mainly: green. Hex color #427828 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427828 is #BD87D7. Grayscale: #5F5F5F. Windows color (decimal): -12421080 or 2652226. OLE color: 2652226.

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

Color convert

RGB6612040-
CMYK0.4500.670.53
HSL100.5º50%31.37%-
HSV(B)100.5º66.67%47.06%-
XYZ9.3514.744.36-
YUV94.7397.11107.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.20%
GREEN value IS 120 (47.27% from 255) = 53.10%
BLUE value IS 40 (16.02% from 255) = 17.70%
R=29.20%
G=53.10%
B=17.70%

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
Decimal66120400.4500.670.53100.55031.37
Hex4278282D0433564321f
Octal10217050550103651446237
Binary1000010111100010100010110101000011110101110010011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427828; }

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

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

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

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

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

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

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

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