#427221

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

Shades of Bilbao #427221

Tints of Bilbao #427221

Color information

#427221 (or 0x427221) is unknown color: approx Bilbao. HEX triplet: 42, 72 and 21. RGB value is (66,114,33). Sum of RGB (Red+Green+Blue) = 66+114+33=213 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.99% from 213); Green value is 114 (44.92% from 255 or 53.52% from 213); Blue value is 33 (13.28% from 255 or 15.49% from 213); Max value from RGB is 114 - color contains mainly: green. Hex color #427221 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427221 is #BD8DDE. Grayscale: #5A5A5A. Windows color (decimal): -12422623 or 2191938. OLE color: 2191938.

HSL color Cylindrical-coordinate representation of color #427221: hue angle of 95.56º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #427221 is Cyan = 0.42, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.55.

Color convert

RGB6611433-
CMYK0.4200.710.55
HSL95.56º55.1%28.82%-
HSV(B)95.56º71.05%44.71%-
XYZ8.5413.33.56-
YUV90.4195.6110.59-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.99%
GREEN value IS 114 (44.92% from 255) = 53.52%
BLUE value IS 33 (13.28% from 255) = 15.49%
R=30.99%
G=53.52%
B=15.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66114330.4200.710.5595.5655.128.82
Hex4272212A0473760371d
Octal10216241520107671406735
Binary1000010111001010000110101001000111110111110000011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427221; }

 p { color: rgb(66,114,33); }

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

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

 a { background-color: rgb(66,114,33); }

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

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

 span { border-color: rgb(66,114,33); }

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