#448402

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

Shades of Bilbao #448402

Tints of Bilbao #448402

Color information

#448402 (or 0x448402) is unknown color: approx Bilbao. HEX triplet: 44, 84 and 02. RGB value is (68,132,2). Sum of RGB (Red+Green+Blue) = 68+132+2=202 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.66% from 202); Green value is 132 (51.95% from 255 or 65.35% from 202); Blue value is 2 (1.17% from 255 or 0.99% from 202); Max value from RGB is 132 - color contains mainly: green. Hex color #448402 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448402 is #BB7BFD. Grayscale: #626262. Windows color (decimal): -12286974 or 164932. OLE color: 164932.

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

Color convert

RGB681322-
CMYK0.4800.980.48
HSL89.54º97.01%26.27%-
HSV(B)89.54º98.48%51.76%-
XYZ10.6517.742.92-
YUV98.0473.8106.57-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.66%
GREEN value IS 132 (51.95% from 255) = 65.35%
BLUE value IS 2 (1.17% from 255) = 0.99%
R=33.66%
G=65.35%
B=0.99%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6813220.4800.980.4889.5497.0126.27
Hex4484230062305a611a
Octal10420426001426013214132
Binary10001001000010010110000011000101100001011010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448402; }

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

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

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

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

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

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

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

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