#427825

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

Shades of Bilbao #427825

Tints of Bilbao #427825

Color information

#427825 (or 0x427825) is unknown color: approx Bilbao. HEX triplet: 42, 78 and 25. RGB value is (66,120,37). Sum of RGB (Red+Green+Blue) = 66+120+37=223 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.60% from 223); Green value is 120 (47.27% from 255 or 53.81% from 223); Blue value is 37 (14.84% from 255 or 16.59% from 223); Max value from RGB is 120 - color contains mainly: green. Hex color #427825 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427825 is #BD87DA. Grayscale: #5E5E5E. Windows color (decimal): -12421083 or 2455618. OLE color: 2455618.

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

Color convert

RGB6612037-
CMYK0.4500.690.53
HSL99.04º52.87%30.78%-
HSV(B)99.04º69.17%47.06%-
XYZ9.314.724.1-
YUV94.3995.61107.75-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.60%
GREEN value IS 120 (47.27% from 255) = 53.81%
BLUE value IS 37 (14.84% from 255) = 16.59%
R=29.60%
G=53.81%
B=16.59%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66120370.4500.690.5399.0452.8730.78
Hex4278252D0453563351f
Octal10217045550105651436537
Binary1000010111100010010110110101000101110101110001111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427825; }

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

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

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

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

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

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

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

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