#427633

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

Shades of Bilbao #427633

Tints of Bilbao #427633

Color information

#427633 (or 0x427633) is unknown color: approx Bilbao. HEX triplet: 42, 76 and 33. RGB value is (66,118,51). Sum of RGB (Red+Green+Blue) = 66+118+51=235 (31% of max value = 765). Red value is 66 (26.17% from 255 or 28.09% from 235); Green value is 118 (46.48% from 255 or 50.21% from 235); Blue value is 51 (20.31% from 255 or 21.70% from 235); Max value from RGB is 118 - color contains mainly: green. Hex color #427633 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427633 is #BD89CC. Grayscale: #5F5F5F. Windows color (decimal): -12421581 or 3372610. OLE color: 3372610.

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

Color convert

RGB6611851-
CMYK0.4400.570.54
HSL106.57º39.64%33.14%-
HSV(B)106.57º56.78%46.27%-
XYZ9.3214.355.41-
YUV94.81103.27107.45-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.09%
GREEN value IS 118 (46.48% from 255) = 50.21%
BLUE value IS 51 (20.31% from 255) = 21.70%
R=28.09%
G=50.21%
B=21.70%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66118510.4400.570.54106.5739.6433.14
Hex4276332C039366b2821
Octal1021666354071661535041
Binary1000010111011011001110110001110011101101101011101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427633; }

 p { color: rgb(66,118,51); }

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

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

 a { background-color: rgb(66,118,51); }

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

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

 span { border-color: rgb(66,118,51); }

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