Html Css Color HEX #448611 Bilbao

📋 copy color: '#448611'

red 68 ◦ green 134 ◦ blue 17

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

Shades of Bilbao #448611

Tints of Bilbao #448611

RGB

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

 GREEN value IS 134 (52.73% from 255) = 61.19%

 BLUE value IS 17 (7.03% from 255) = 7.76%

R = 31.05%
G = 61.19%
B = 7.76%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#448611 (or 0x448611) is known color: Bilbao. HEX triplet: 44, 86 and 11. RGB value is (68,134,17). Sum of RGB (Red+Green+Blue) = 68+134+17=219 (29% of max value = 765). Red value is 68 (26.95% from 255 or 31.05% from 219); Green value is 134 (52.73% from 255 or 61.19% from 219); Blue value is 17 (7.03% from 255 or 7.76% from 219); Max value from RGB is 134 - color contains mainly: green. Hex color #448611 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448611 is #BB79EE. Grayscale: #656565. Windows color (decimal): -12286447 or 1148484. OLE color: 1148484.

HSL color Cylindrical-coordinate representation of color #448611: hue angle of 93.85º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #448611 is Cyan = 0.49, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB 68 134 17 -
CMYK 0.49 0 0.87 0.47
HSL 93.85º 0.77% 0.3% -
HSV(B) 93.85º 0.87% 0.53% -
XYZ 11.01 18.32 3.49 -
YUV 100.93 80.63 104.51 -
System Red Green Blue C M Y K H S L
Decimal 68 134 17 0.49 0 0.87 0.47 93.85 0.77 0.3
Hex 44 86 11 31 0 57 2F 5E 4D 1E
Octal 104 206 21 61 0 127 57 136 115 36
Binary 1000100 10000110 10001 110001 0 1010111 101111 1011110 1001101 11110

Color Harmonies of #448611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448611

Black with #448611

Text Example


Text Example

White with #448611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448611; }

 p { color: rgb(68,134,17); }

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

background-color css

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

 a { background-color: rgb(68,134,17); }

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

border-color css

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

 span { border-color: rgb(68,134,17); }

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