#427F23

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

Shades of Bilbao #427F23

Tints of Bilbao #427F23

Color information

#427F23 (or 0x427F23) is unknown color: approx Bilbao. HEX triplet: 42, 7F and 23. RGB value is (66,127,35). Sum of RGB (Red+Green+Blue) = 66+127+35=228 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.95% from 228); Green value is 127 (50% from 255 or 55.70% from 228); Blue value is 35 (14.06% from 255 or 15.35% from 228); Max value from RGB is 127 - color contains mainly: green. Hex color #427F23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427F23 is #BD80DC. Grayscale: #626262. Windows color (decimal): -12419293 or 2326338. OLE color: 2326338.

HSL color Cylindrical-coordinate representation of color #427F23: hue angle of 99.78º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #427F23 is Cyan = 0.48, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.50.

Color convert

RGB6612735-
CMYK0.4800.720.50
HSL99.78º56.79%31.76%-
HSV(B)99.78º72.44%49.8%-
XYZ10.1416.464.23-
YUV98.2792.29104.98-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.95%
GREEN value IS 127 (50% from 255) = 55.70%
BLUE value IS 35 (14.06% from 255) = 15.35%
R=28.95%
G=55.70%
B=15.35%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal66127350.4800.720.5099.7856.7931.76
Hex427F233004832643920
Octal10217743600110621447140
Binary10000101111111100011110000010010001100101100100111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427F23; }

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

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

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

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

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

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

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

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