Html Css Color HEX #448411 Bilbao

📋 copy color: '#448411'

red 68 ◦ green 132 ◦ blue 17

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

Shades of Bilbao #448411

Tints of Bilbao #448411

RGB

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

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

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

R = 31.34%
G = 60.83%
B = 7.83%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.87

 K value IS 0.48

RGB Variations

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

Color information

#448411 (or 0x448411) is known color: Bilbao. HEX triplet: 44, 84 and 11. RGB value is (68,132,17). Sum of RGB (Red+Green+Blue) = 68+132+17=217 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.34% from 217); Green value is 132 (51.95% from 255 or 60.83% from 217); Blue value is 17 (7.03% from 255 or 7.83% from 217); Max value from RGB is 132 - color contains mainly: green. Hex color #448411 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448411 is #BB7BEE. Grayscale: #646464. Windows color (decimal): -12286959 or 1147972. OLE color: 1147972.

HSL color Cylindrical-coordinate representation of color #448411: hue angle of 93.39º 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 #448411 is Cyan = 0.48, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.48.

Color convert

RGB 68 132 17 -
CMYK 0.48 0 0.87 0.48
HSL 93.39º 0.77% 0.29% -
HSV(B) 93.39º 0.87% 0.52% -
XYZ 10.74 17.77 3.39 -
YUV 99.75 81.3 105.35 -
System Red Green Blue C M Y K H S L
Decimal 68 132 17 0.48 0 0.87 0.48 93.39 0.77 0.29
Hex 44 84 11 30 0 57 30 5D 4D 1D
Octal 104 204 21 60 0 127 60 135 115 35
Binary 1000100 10000100 10001 110000 0 1010111 110000 1011101 1001101 11101

Color Harmonies of #448411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448411

Black with #448411

Text Example


Text Example

White with #448411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448411; }

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

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

background-color css

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

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

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

border-color css

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

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

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