#448400

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

Shades of Bilbao #448400

Tints of Bilbao #448400

Color information

#448400 (or 0x448400) is unknown color: approx Bilbao. HEX triplet: 44, 84 and 00. RGB value is (68,132,0). Sum of RGB (Red+Green+Blue) = 68+132+0=200 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34% from 200); Green value is 132 (51.95% from 255 or 66% from 200); Blue value is 0 (0.39% from 255 or 0% from 200); Max value from RGB is 132 - color contains mainly: green. Hex color #448400 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448400 is #BB7BFF. Grayscale: #626262. Windows color (decimal): -12286976 or 33860. OLE color: 33860.

HSL color Cylindrical-coordinate representation of color #448400: hue angle of 89.09º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #448400 is Cyan = 0.48, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB681320-
CMYK0.48010.48
HSL89.09º100%25.88%-
HSV(B)89.09º100%51.76%-
XYZ10.6417.732.86-
YUV97.8272.8106.73-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34%
GREEN value IS 132 (51.95% from 255) = 66%
BLUE value IS 0 (0.39% from 255) = 0%
R=34%
G=66%
B=0%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6813200.48010.4889.0910025.88
Hex44840300643059641a
Octal10420406001446013114432
Binary1000100100001000110000011001001100001011001110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448400; }

 p { color: rgb(68,132,0); }

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

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

 a { background-color: rgb(68,132,0); }

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

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

 span { border-color: rgb(68,132,0); }

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