#447B02

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

Shades of Bilbao #447B02

Tints of Bilbao #447B02

Color information

#447B02 (or 0x447B02) is unknown color: approx Bilbao. HEX triplet: 44, 7B and 02. RGB value is (68,123,2). Sum of RGB (Red+Green+Blue) = 68+123+2=193 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.23% from 193); Green value is 123 (48.44% from 255 or 63.73% from 193); Blue value is 2 (1.17% from 255 or 1.04% from 193); Max value from RGB is 123 - color contains mainly: green. Hex color #447B02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447B02 is #BB84FD. Grayscale: #5D5D5D. Windows color (decimal): -12289278 or 162628. OLE color: 162628.

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

Color convert

RGB681232-
CMYK0.4500.980.52
HSL87.27º96.8%24.51%-
HSV(B)87.27º98.37%48.24%-
XYZ9.4815.42.53-
YUV92.7676.78110.34-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.23%
GREEN value IS 123 (48.44% from 255) = 63.73%
BLUE value IS 2 (1.17% from 255) = 1.04%
R=35.23%
G=63.73%
B=1.04%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6812320.4500.980.5287.2796.824.51
Hex447B22D06234576119
Octal10417325501426412714131
Binary1000100111101110101101011000101101001010111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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