#427723

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

Shades of Bilbao #427723

Tints of Bilbao #427723

Color information

#427723 (or 0x427723) is unknown color: approx Bilbao. HEX triplet: 42, 77 and 23. RGB value is (66,119,35). Sum of RGB (Red+Green+Blue) = 66+119+35=220 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30% from 220); Green value is 119 (46.88% from 255 or 54.09% from 220); Blue value is 35 (14.06% from 255 or 15.91% from 220); Max value from RGB is 119 - color contains mainly: green. Hex color #427723 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427723 is #BD88DC. Grayscale: #5D5D5D. Windows color (decimal): -12421341 or 2324290. OLE color: 2324290.

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

Color convert

RGB6611935-
CMYK0.4500.710.53
HSL97.86º54.55%30.2%-
HSV(B)97.86º70.59%46.67%-
XYZ9.1514.473.9-
YUV93.5894.94108.33-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30%
GREEN value IS 119 (46.88% from 255) = 54.09%
BLUE value IS 35 (14.06% from 255) = 15.91%
R=30%
G=54.09%
B=15.91%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66119350.4500.710.5397.8654.5530.2
Hex4277232D0473562371e
Octal10216743550107651426736
Binary1000010111011110001110110101000111110101110001011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427723

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427723; }

 p { color: rgb(66,119,35); }

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

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

 a { background-color: rgb(66,119,35); }

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

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

 span { border-color: rgb(66,119,35); }

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