Html Css Color HEX #448000 Bilbao

📋 copy color: '#448000'

red 68 ◦ green 128 ◦ blue 0

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

Shades of Bilbao #448000

Tints of Bilbao #448000

RGB

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

 GREEN value IS 128 (50.39% from 255) = 65.31%

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

R = 34.69%
G = 65.31%
B = 0%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 1

 K value IS 0.50

RGB Variations

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

Color information

#448000 (or 0x448000) is known color: Bilbao. HEX triplet: 44, 80 and 00. RGB value is (68,128,0). Sum of RGB (Red+Green+Blue) = 68+128+0=196 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.69% from 196); Green value is 128 (50.39% from 255 or 65.31% from 196); Blue value is 0 (0.39% from 255 or 0% from 196); Max value from RGB is 128 - color contains mainly: green. Hex color #448000 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448000 is #BB7FFF. Grayscale: #5F5F5F. Windows color (decimal): -12288000 or 32836. OLE color: 32836.

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

Color convert

RGB 68 128 0 -
CMYK 0.47 0 1 0.50
HSL 88.13º 1% 0.25% -
HSV(B) 88.13º 1% 0.5% -
XYZ 10.1 16.67 2.68 -
YUV 95.47 74.12 108.41 -
System Red Green Blue C M Y K H S L
Decimal 68 128 0 0.47 0 1 0.50 88.13 1 0.25
Hex 44 80 0 2F 0 64 32 58 64 19
Octal 104 200 0 57 0 144 62 130 144 31
Binary 1000100 10000000 0 101111 0 1100100 110010 1011000 1100100 11001

Color Harmonies of #448000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448000

Black with #448000

Text Example


Text Example

White with #448000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448000; }

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

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

background-color css

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

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

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

border-color css

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

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

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