Html Css Color HEX #448800 Bilbao

📋 copy color: '#448800'

red 68 ◦ green 136 ◦ blue 0

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

Shades of Bilbao #448800

Tints of Bilbao #448800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 33.33%
G = 66.67%
B = 0%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#448800 (or 0x448800) is known color: Bilbao. HEX triplet: 44, 88 and 00. RGB value is (68,136,0). Sum of RGB (Red+Green+Blue) = 68+136+0=204 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.33% from 204); Green value is 136 (53.52% from 255 or 66.67% from 204); Blue value is 0 (0.39% from 255 or 0% from 204); Max value from RGB is 136 - color contains mainly: green. Hex color #448800 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448800 is #BB77FF. Grayscale: #646464. Windows color (decimal): -12285952 or 34884. OLE color: 34884.

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

Color convert

RGB 68 136 0 -
CMYK 0.50 0 1 0.47
HSL 90º 1% 0.27% -
HSV(B) 90º 1% 0.53% -
XYZ 11.19 18.84 3.05 -
YUV 100.16 71.47 105.06 -
System Red Green Blue C M Y K H S L
Decimal 68 136 0 0.50 0 1 0.47 90 1 0.27
Hex 44 88 0 32 0 64 2F 5A 64 1B
Octal 104 210 0 62 0 144 57 132 144 33
Binary 1000100 10001000 0 110010 0 1100100 101111 1011010 1100100 11011

Color Harmonies of #448800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448800

Black with #448800

Text Example


Text Example

White with #448800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448800; }

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

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

background-color css

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

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

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

border-color css

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

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

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