#447A06

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

Shades of Bilbao #447A06

Tints of Bilbao #447A06

Color information

#447A06 (or 0x447A06) is unknown color: approx Bilbao. HEX triplet: 44, 7A and 06. RGB value is (68,122,6). Sum of RGB (Red+Green+Blue) = 68+122+6=196 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.69% from 196); Green value is 122 (48.05% from 255 or 62.24% from 196); Blue value is 6 (2.73% from 255 or 3.06% from 196); Max value from RGB is 122 - color contains mainly: green. Hex color #447A06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447A06 is #BB85F9. Grayscale: #5D5D5D. Windows color (decimal): -12289530 or 424516. OLE color: 424516.

HSL color Cylindrical-coordinate representation of color #447A06: hue angle of 87.93º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #447A06 is Cyan = 0.44, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.52.

Color convert

RGB681226-
CMYK0.4400.950.52
HSL87.93º90.62%25.1%-
HSV(B)87.93º95.08%47.84%-
XYZ9.3815.162.6-
YUV92.6379.11110.43-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34.69%
GREEN value IS 122 (48.05% from 255) = 62.24%
BLUE value IS 6 (2.73% from 255) = 3.06%
R=34.69%
G=62.24%
B=3.06%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6812260.4400.950.5287.9390.6225.1
Hex447A62C05F34585b19
Octal10417265401376413013331
Binary10001001111010110101100010111111101001011000101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447A06; }

 p { color: rgb(68,122,6); }

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

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

 a { background-color: rgb(68,122,6); }

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

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

 span { border-color: rgb(68,122,6); }

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