Html Css Color HEX #448511 Bilbao

📋 copy color: '#448511'

red 68 ◦ green 133 ◦ blue 17

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

Shades of Bilbao #448511

Tints of Bilbao #448511

RGB

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

 GREEN value IS 133 (52.34% from 255) = 61.01%

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

R = 31.19%
G = 61.01%
B = 7.8%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.87

 K value IS 0.48

RGB Variations

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

Color information

#448511 (or 0x448511) is known color: Bilbao. HEX triplet: 44, 85 and 11. RGB value is (68,133,17). Sum of RGB (Red+Green+Blue) = 68+133+17=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 133 (52.34% from 255 or 61.01% from 218); Blue value is 17 (7.03% from 255 or 7.80% from 218); Max value from RGB is 133 - color contains mainly: green. Hex color #448511 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448511 is #BB7AEE. Grayscale: #646464. Windows color (decimal): -12286703 or 1148228. OLE color: 1148228.

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

Color convert

RGB 68 133 17 -
CMYK 0.49 0 0.87 0.48
HSL 93.62º 0.77% 0.29% -
HSV(B) 93.62º 0.87% 0.52% -
XYZ 10.87 18.04 3.44 -
YUV 100.34 80.97 104.93 -
System Red Green Blue C M Y K H S L
Decimal 68 133 17 0.49 0 0.87 0.48 93.62 0.77 0.29
Hex 44 85 11 31 0 57 30 5E 4D 1D
Octal 104 205 21 61 0 127 60 136 115 35
Binary 1000100 10000101 10001 110001 0 1010111 110000 1011110 1001101 11101

Color Harmonies of #448511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448511

Black with #448511

Text Example


Text Example

White with #448511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448511; }

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

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

background-color css

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

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

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

border-color css

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

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

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