#448500

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

Shades of Bilbao #448500

Tints of Bilbao #448500

Color information

#448500 (or 0x448500) is unknown color: approx Bilbao. HEX triplet: 44, 85 and 00. RGB value is (68,133,0). Sum of RGB (Red+Green+Blue) = 68+133+0=201 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.83% from 201); Green value is 133 (52.34% from 255 or 66.17% from 201); Blue value is 0 (0.39% from 255 or 0% from 201); Max value from RGB is 133 - color contains mainly: green. Hex color #448500 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448500 is #BB7AFF. Grayscale: #626262. Windows color (decimal): -12286720 or 34116. OLE color: 34116.

HSL color Cylindrical-coordinate representation of color #448500: hue angle of 89.32º 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 #448500 is Cyan = 0.49, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB681330-
CMYK0.49010.48
HSL89.32º100%26.08%-
HSV(B)89.32º100%52.16%-
XYZ10.77182.91-
YUV98.472.47106.31-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.83%
GREEN value IS 133 (52.34% from 255) = 66.17%
BLUE value IS 0 (0.39% from 255) = 0%
R=33.83%
G=66.17%
B=0%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6813300.49010.4889.3210026.08
Hex44850310643059641a
Octal10420506101446013114432
Binary1000100100001010110001011001001100001011001110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448500; }

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

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

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

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

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

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

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

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