Html Css Color HEX #448419 Bilbao

📋 copy color: '#448419'

red 68 ◦ green 132 ◦ blue 25

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

Shades of Bilbao #448419

Tints of Bilbao #448419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.11%

R = 30.22%
G = 58.67%
B = 11.11%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.81

 K value IS 0.48

RGB Variations

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

Color information

#448419 (or 0x448419) is known color: Bilbao. HEX triplet: 44, 84 and 19. RGB value is (68,132,25). Sum of RGB (Red+Green+Blue) = 68+132+25=225 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.22% from 225); Green value is 132 (51.95% from 255 or 58.67% from 225); Blue value is 25 (10.16% from 255 or 11.11% from 225); Max value from RGB is 132 - color contains mainly: green. Hex color #448419 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448419 is #BB7BE6. Grayscale: #656565. Windows color (decimal): -12286951 or 1672260. OLE color: 1672260.

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

Color convert

RGB 68 132 25 -
CMYK 0.48 0 0.81 0.48
HSL 95.89º 0.68% 0.31% -
HSV(B) 95.89º 0.81% 0.52% -
XYZ 10.81 17.8 3.79 -
YUV 100.67 85.3 104.7 -
System Red Green Blue C M Y K H S L
Decimal 68 132 25 0.48 0 0.81 0.48 95.89 0.68 0.31
Hex 44 84 19 30 0 51 30 60 44 1F
Octal 104 204 31 60 0 121 60 140 104 37
Binary 1000100 10000100 11001 110000 0 1010001 110000 1100000 1000100 11111

Color Harmonies of #448419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448419

Black with #448419

Text Example


Text Example

White with #448419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448419; }

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

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

background-color css

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

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

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

border-color css

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

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

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