Html Css Color HEX #448314 Bilbao

📋 copy color: '#448314'

red 68 ◦ green 131 ◦ blue 20

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

Shades of Bilbao #448314

Tints of Bilbao #448314

RGB

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

 GREEN value IS 131 (51.56% from 255) = 59.82%

 BLUE value IS 20 (8.2% from 255) = 9.13%

R = 31.05%
G = 59.82%
B = 9.13%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#448314 (or 0x448314) is known color: Bilbao. HEX triplet: 44, 83 and 14. RGB value is (68,131,20). Sum of RGB (Red+Green+Blue) = 68+131+20=219 (29% of max value = 765). Red value is 68 (26.95% from 255 or 31.05% from 219); Green value is 131 (51.56% from 255 or 59.82% from 219); Blue value is 20 (8.20% from 255 or 9.13% from 219); Max value from RGB is 131 - color contains mainly: green. Hex color #448314 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448314 is #BB7CEB. Grayscale: #636363. Windows color (decimal): -12287212 or 1344324. OLE color: 1344324.

HSL color Cylindrical-coordinate representation of color #448314: hue angle of 94.05º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #448314 is Cyan = 0.48, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB 68 131 20 -
CMYK 0.48 0 0.85 0.49
HSL 94.05º 0.74% 0.3% -
HSV(B) 94.05º 0.85% 0.51% -
XYZ 10.63 17.51 3.48 -
YUV 99.51 83.13 105.53 -
System Red Green Blue C M Y K H S L
Decimal 68 131 20 0.48 0 0.85 0.49 94.05 0.74 0.3
Hex 44 83 14 30 0 55 31 5E 4A 1E
Octal 104 203 24 60 0 125 61 136 112 36
Binary 1000100 10000011 10100 110000 0 1010101 110001 1011110 1001010 11110

Color Harmonies of #448314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448314

Black with #448314

Text Example


Text Example

White with #448314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448314; }

 p { color: rgb(68,131,20); }

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

background-color css

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

 a { background-color: rgb(68,131,20); }

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

border-color css

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

 span { border-color: rgb(68,131,20); }

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