Html Css Color HEX #448901 Bilbao

📋 copy color: '#448901'

red 68 ◦ green 137 ◦ blue 1

#448901
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bilbao #448901

Tints of Bilbao #448901

RGB

 RED value IS 68 (26.95% from 255) = 33.01%

 GREEN value IS 137 (53.91% from 255) = 66.5%

 BLUE value IS 1 (0.78% from 255) = 0.49%

R = 33.01%
G = 66.5%
B = 0.49%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#448901 (or 0x448901) is known color: Bilbao. HEX triplet: 44, 89 and 01. RGB value is (68,137,1). Sum of RGB (Red+Green+Blue) = 68+137+1=206 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.01% from 206); Green value is 137 (53.91% from 255 or 66.50% from 206); Blue value is 1 (0.78% from 255 or 0.49% from 206); Max value from RGB is 137 - color contains mainly: green. Hex color #448901 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448901 is #BB76FE. Grayscale: #656565. Windows color (decimal): -12285695 or 100676. OLE color: 100676.

HSL color Cylindrical-coordinate representation of color #448901: hue angle of 90.44º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #448901 is Cyan = 0.50, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB 68 137 1 -
CMYK 0.50 0 0.99 0.46
HSL 90.44º 0.99% 0.27% -
HSV(B) 90.44º 0.99% 0.54% -
XYZ 11.34 19.12 3.12 -
YUV 100.87 71.64 104.56 -
System Red Green Blue C M Y K H S L
Decimal 68 137 1 0.50 0 0.99 0.46 90.44 0.99 0.27
Hex 44 89 1 32 0 63 2E 5A 63 1B
Octal 104 211 1 62 0 143 56 132 143 33
Binary 1000100 10001001 1 110010 0 1100011 101110 1011010 1100011 11011

Color Harmonies of #448901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448901

Black with #448901

Text Example


Text Example

White with #448901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448901; }

 p { color: rgb(68,137,1); }

 H1.HeaderClassName
 {
   color: #448901;
 }
 .AnyTagClassName
 {
   color: #448901;
 }
</style>

background-color css

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

 a { background-color: rgb(68,137,1); }

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

border-color css

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

 span { border-color: rgb(68,137,1); }

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