Html Css Color HEX #448400 Bilbao

📋 copy color: '#448400'

red 68 ◦ green 132 ◦ blue 0

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

Shades of Bilbao #448400

Tints of Bilbao #448400

RGB

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

 GREEN value IS 132 (51.95% from 255) = 66%

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

R = 34%
G = 66%
B = 0%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#448400 (or 0x448400) is known color: Bilbao. HEX triplet: 44, 84 and 00. RGB value is (68,132,0). Sum of RGB (Red+Green+Blue) = 68+132+0=200 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34% from 200); Green value is 132 (51.95% from 255 or 66% from 200); Blue value is 0 (0.39% from 255 or 0% from 200); Max value from RGB is 132 - color contains mainly: green. Hex color #448400 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448400 is #BB7BFF. Grayscale: #626262. Windows color (decimal): -12286976 or 33860. OLE color: 33860.

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

Color convert

RGB 68 132 0 -
CMYK 0.48 0 1 0.48
HSL 89.09º 1% 0.26% -
HSV(B) 89.09º 1% 0.52% -
XYZ 10.64 17.73 2.86 -
YUV 97.82 72.8 106.73 -
System Red Green Blue C M Y K H S L
Decimal 68 132 0 0.48 0 1 0.48 89.09 1 0.26
Hex 44 84 0 30 0 64 30 59 64 1A
Octal 104 204 0 60 0 144 60 131 144 32
Binary 1000100 10000100 0 110000 0 1100100 110000 1011001 1100100 11010

Color Harmonies of #448400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448400

Black with #448400

Text Example


Text Example

White with #448400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448400; }

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

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

background-color css

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

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

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

border-color css

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

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

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