Html Css Color HEX #448014 Bilbao

📋 copy color: '#448014'

red 68 ◦ green 128 ◦ blue 20

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

Shades of Bilbao #448014

Tints of Bilbao #448014

RGB

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

 GREEN value IS 128 (50.39% from 255) = 59.26%

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

R = 31.48%
G = 59.26%
B = 9.26%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#448014 (or 0x448014) is known color: Bilbao. HEX triplet: 44, 80 and 14. RGB value is (68,128,20). Sum of RGB (Red+Green+Blue) = 68+128+20=216 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.48% from 216); Green value is 128 (50.39% from 255 or 59.26% from 216); Blue value is 20 (8.20% from 255 or 9.26% from 216); Max value from RGB is 128 - color contains mainly: green. Hex color #448014 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448014 is #BB7FEB. Grayscale: #626262. Windows color (decimal): -12287980 or 1343556. OLE color: 1343556.

HSL color Cylindrical-coordinate representation of color #448014: hue angle of 93.33º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #448014 is Cyan = 0.47, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB 68 128 20 -
CMYK 0.47 0 0.84 0.50
HSL 93.33º 0.73% 0.29% -
HSV(B) 93.33º 0.84% 0.5% -
XYZ 10.23 16.72 3.35 -
YUV 97.75 84.12 106.78 -
System Red Green Blue C M Y K H S L
Decimal 68 128 20 0.47 0 0.84 0.50 93.33 0.73 0.29
Hex 44 80 14 2F 0 54 32 5D 49 1D
Octal 104 200 24 57 0 124 62 135 111 35
Binary 1000100 10000000 10100 101111 0 1010100 110010 1011101 1001001 11101

Color Harmonies of #448014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448014

Black with #448014

Text Example


Text Example

White with #448014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448014; }

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

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

background-color css

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

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

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

border-color css

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

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

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