Html Css Color HEX #448614 Bilbao

📋 copy color: '#448614'

red 68 ◦ green 134 ◦ blue 20

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

Shades of Bilbao #448614

Tints of Bilbao #448614

RGB

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

 GREEN value IS 134 (52.73% from 255) = 60.36%

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

R = 30.63%
G = 60.36%
B = 9.01%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#448614 (or 0x448614) is known color: Bilbao. HEX triplet: 44, 86 and 14. RGB value is (68,134,20). Sum of RGB (Red+Green+Blue) = 68+134+20=222 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.63% from 222); Green value is 134 (52.73% from 255 or 60.36% from 222); Blue value is 20 (8.20% from 255 or 9.01% from 222); Max value from RGB is 134 - color contains mainly: green. Hex color #448614 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448614 is #BB79EB. Grayscale: #656565. Windows color (decimal): -12286444 or 1345092. OLE color: 1345092.

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

Color convert

RGB 68 134 20 -
CMYK 0.49 0 0.85 0.47
HSL 94.74º 0.74% 0.3% -
HSV(B) 94.74º 0.85% 0.53% -
XYZ 11.04 18.33 3.62 -
YUV 101.27 82.13 104.27 -
System Red Green Blue C M Y K H S L
Decimal 68 134 20 0.49 0 0.85 0.47 94.74 0.74 0.3
Hex 44 86 14 31 0 55 2F 5F 4A 1E
Octal 104 206 24 61 0 125 57 137 112 36
Binary 1000100 10000110 10100 110001 0 1010101 101111 1011111 1001010 11110

Color Harmonies of #448614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448614

Black with #448614

Text Example


Text Example

White with #448614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448614; }

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

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

background-color css

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

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

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

border-color css

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

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

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