#427525

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

Shades of Bilbao #427525

Tints of Bilbao #427525

Color information

#427525 (or 0x427525) is unknown color: approx Bilbao. HEX triplet: 42, 75 and 25. RGB value is (66,117,37). Sum of RGB (Red+Green+Blue) = 66+117+37=220 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30% from 220); Green value is 117 (46.09% from 255 or 53.18% from 220); Blue value is 37 (14.84% from 255 or 16.82% from 220); Max value from RGB is 117 - color contains mainly: green. Hex color #427525 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427525 is #BD8ADA. Grayscale: #5C5C5C. Windows color (decimal): -12421851 or 2454850. OLE color: 2454850.

HSL color Cylindrical-coordinate representation of color #427525: hue angle of 98.25º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #427525 is Cyan = 0.44, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB6611737-
CMYK0.4400.680.54
HSL98.25º51.95%30.2%-
HSV(B)98.25º68.38%45.88%-
XYZ8.9414.013.98-
YUV92.6396.6109-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30%
GREEN value IS 117 (46.09% from 255) = 53.18%
BLUE value IS 37 (14.84% from 255) = 16.82%
R=30%
G=53.18%
B=16.82%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66117370.4400.680.5498.2551.9530.2
Hex4275252C0443662341e
Octal10216545540104661426436
Binary1000010111010110010110110001000100110110110001011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427525; }

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

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

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

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

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

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

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

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