#427C0C

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

Shades of Bilbao #427C0C

Tints of Bilbao #427C0C

Color information

#427C0C (or 0x427C0C) is unknown color: approx Bilbao. HEX triplet: 42, 7C and 0C. RGB value is (66,124,12). Sum of RGB (Red+Green+Blue) = 66+124+12=202 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.67% from 202); Green value is 124 (48.83% from 255 or 61.39% from 202); Blue value is 12 (5.08% from 255 or 5.94% from 202); Max value from RGB is 124 - color contains mainly: green. Hex color #427C0C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427C0C is #BD83F3. Grayscale: #5E5E5E. Windows color (decimal): -12420084 or 818242. OLE color: 818242.

HSL color Cylindrical-coordinate representation of color #427C0C: hue angle of 91.07º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #427C0C is Cyan = 0.47, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.51.

Color convert

RGB6612412-
CMYK0.4700.900.51
HSL91.07º82.35%26.67%-
HSV(B)91.07º90.32%48.63%-
XYZ9.5215.62.86-
YUV93.8981.78108.11-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.67%
GREEN value IS 124 (48.83% from 255) = 61.39%
BLUE value IS 12 (5.08% from 255) = 5.94%
R=32.67%
G=61.39%
B=5.94%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal66124120.4700.900.5191.0782.3526.67
Hex427CC2F05A335b521b
Octal102174145701326313312233
Binary100001011111001100101111010110101100111011011101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,124,12); }

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

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

 a { background-color: rgb(66,124,12); }

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

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

 span { border-color: rgb(66,124,12); }

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