Html Css Color HEX #448412 Bilbao

📋 copy color: '#448412'

red 68 ◦ green 132 ◦ blue 18

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

Shades of Bilbao #448412

Tints of Bilbao #448412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.26%

R = 31.19%
G = 60.55%
B = 8.26%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#448412 (or 0x448412) is known color: Bilbao. HEX triplet: 44, 84 and 12. RGB value is (68,132,18). Sum of RGB (Red+Green+Blue) = 68+132+18=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 132 (51.95% from 255 or 60.55% from 218); Blue value is 18 (7.42% from 255 or 8.26% from 218); Max value from RGB is 132 - color contains mainly: green. Hex color #448412 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448412 is #BB7BED. Grayscale: #646464. Windows color (decimal): -12286958 or 1213508. OLE color: 1213508.

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

Color convert

RGB 68 132 18 -
CMYK 0.48 0 0.86 0.48
HSL 93.68º 0.76% 0.29% -
HSV(B) 93.68º 0.86% 0.52% -
XYZ 10.74 17.78 3.44 -
YUV 99.87 81.8 105.27 -
System Red Green Blue C M Y K H S L
Decimal 68 132 18 0.48 0 0.86 0.48 93.68 0.76 0.29
Hex 44 84 12 30 0 56 30 5E 4C 1D
Octal 104 204 22 60 0 126 60 136 114 35
Binary 1000100 10000100 10010 110000 0 1010110 110000 1011110 1001100 11101

Color Harmonies of #448412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448412

Black with #448412

Text Example


Text Example

White with #448412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448412; }

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

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

background-color css

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

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

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

border-color css

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

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

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