#448007

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

Shades of Bilbao #448007

Tints of Bilbao #448007

Color information

#448007 (or 0x448007) is unknown color: approx Bilbao. HEX triplet: 44, 80 and 07. RGB value is (68,128,7). Sum of RGB (Red+Green+Blue) = 68+128+7=203 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.50% from 203); Green value is 128 (50.39% from 255 or 63.05% from 203); Blue value is 7 (3.12% from 255 or 3.45% from 203); Max value from RGB is 128 - color contains mainly: green. Hex color #448007 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448007 is #BB7FF8. Grayscale: #606060. Windows color (decimal): -12287993 or 491588. OLE color: 491588.

HSL color Cylindrical-coordinate representation of color #448007: hue angle of 89.75º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #448007 is Cyan = 0.47, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.50.

Color convert

RGB681287-
CMYK0.4700.950.50
HSL89.75º89.63%26.47%-
HSV(B)89.75º94.53%50.2%-
XYZ10.1416.682.89-
YUV96.2777.62107.84-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.50%
GREEN value IS 128 (50.39% from 255) = 63.05%
BLUE value IS 7 (3.12% from 255) = 3.45%
R=33.50%
G=63.05%
B=3.45%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal6812870.4700.950.5089.7589.6326.47
Hex448072F05F325a5a1a
Octal10420075701376213213232
Binary100010010000000111101111010111111100101011010101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448007; }

 p { color: rgb(68,128,7); }

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

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

 a { background-color: rgb(68,128,7); }

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

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

 span { border-color: rgb(68,128,7); }

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