Html Css Color HEX #448809 Bilbao

📋 copy color: '#448809'

red 68 ◦ green 136 ◦ blue 9

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

Shades of Bilbao #448809

Tints of Bilbao #448809

RGB

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

 GREEN value IS 136 (53.52% from 255) = 63.85%

 BLUE value IS 9 (3.91% from 255) = 4.23%

R = 31.92%
G = 63.85%
B = 4.23%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#448809 (or 0x448809) is known color: Bilbao. HEX triplet: 44, 88 and 09. RGB value is (68,136,9). Sum of RGB (Red+Green+Blue) = 68+136+9=213 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.92% from 213); Green value is 136 (53.52% from 255 or 63.85% from 213); Blue value is 9 (3.91% from 255 or 4.23% from 213); Max value from RGB is 136 - color contains mainly: green. Hex color #448809 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448809 is #BB77F6. Grayscale: #656565. Windows color (decimal): -12285943 or 624708. OLE color: 624708.

HSL color Cylindrical-coordinate representation of color #448809: hue angle of 92.13º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #448809 is Cyan = 0.50, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB 68 136 9 -
CMYK 0.50 0 0.93 0.47
HSL 92.13º 0.88% 0.28% -
HSV(B) 92.13º 0.93% 0.53% -
XYZ 11.24 18.86 3.31 -
YUV 101.19 75.97 104.33 -
System Red Green Blue C M Y K H S L
Decimal 68 136 9 0.50 0 0.93 0.47 92.13 0.88 0.28
Hex 44 88 9 32 0 5D 2F 5C 58 1C
Octal 104 210 11 62 0 135 57 134 130 34
Binary 1000100 10001000 1001 110010 0 1011101 101111 1011100 1011000 11100

Color Harmonies of #448809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448809

Black with #448809

Text Example


Text Example

White with #448809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448809; }

 p { color: rgb(68,136,9); }

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

background-color css

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

 a { background-color: rgb(68,136,9); }

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

border-color css

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

 span { border-color: rgb(68,136,9); }

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