#427A0E

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

Shades of Bilbao #427A0E

Tints of Bilbao #427A0E

Color information

#427A0E (or 0x427A0E) is unknown color: approx Bilbao. HEX triplet: 42, 7A and 0E. RGB value is (66,122,14). Sum of RGB (Red+Green+Blue) = 66+122+14=202 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.67% from 202); Green value is 122 (48.05% from 255 or 60.40% from 202); Blue value is 14 (5.86% from 255 or 6.93% from 202); Max value from RGB is 122 - color contains mainly: green. Hex color #427A0E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427A0E is #BD85F1. Grayscale: #5D5D5D. Windows color (decimal): -12420594 or 948802. OLE color: 948802.

HSL color Cylindrical-coordinate representation of color #427A0E: hue angle of 91.11º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #427A0E is Cyan = 0.46, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.52.

Color convert

RGB6612214-
CMYK0.4600.890.52
HSL91.11º79.41%26.67%-
HSV(B)91.11º88.52%47.84%-
XYZ9.2915.112.84-
YUV92.9483.45108.78-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.67%
GREEN value IS 122 (48.05% from 255) = 60.40%
BLUE value IS 14 (5.86% from 255) = 6.93%
R=32.67%
G=60.40%
B=6.93%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal66122140.4600.890.5291.1179.4126.67
Hex427AE2E059345b4f1b
Octal102172165601316413311733
Binary100001011110101110101110010110011101001011011100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,122,14); }

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

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

 a { background-color: rgb(66,122,14); }

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

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

 span { border-color: rgb(66,122,14); }

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