Html Css Color HEX #448216 Bilbao

📋 copy color: '#448216'

red 68 ◦ green 130 ◦ blue 22

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

Shades of Bilbao #448216

Tints of Bilbao #448216

RGB

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

 GREEN value IS 130 (51.17% from 255) = 59.09%

 BLUE value IS 22 (8.98% from 255) = 10%

R = 30.91%
G = 59.09%
B = 10%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.83

 K value IS 0.49

RGB Variations

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

Color information

#448216 (or 0x448216) is known color: Bilbao. HEX triplet: 44, 82 and 16. RGB value is (68,130,22). Sum of RGB (Red+Green+Blue) = 68+130+22=220 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.91% from 220); Green value is 130 (51.17% from 255 or 59.09% from 220); Blue value is 22 (8.98% from 255 or 10% from 220); Max value from RGB is 130 - color contains mainly: green. Hex color #448216 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448216 is #BB7DE9. Grayscale: #636363. Windows color (decimal): -12287466 or 1475140. OLE color: 1475140.

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

Color convert

RGB 68 130 22 -
CMYK 0.48 0 0.83 0.49
HSL 94.44º 0.71% 0.3% -
HSV(B) 94.44º 0.83% 0.51% -
XYZ 10.51 17.25 3.54 -
YUV 99.15 84.46 105.78 -
System Red Green Blue C M Y K H S L
Decimal 68 130 22 0.48 0 0.83 0.49 94.44 0.71 0.3
Hex 44 82 16 30 0 53 31 5E 47 1E
Octal 104 202 26 60 0 123 61 136 107 36
Binary 1000100 10000010 10110 110000 0 1010011 110001 1011110 1000111 11110

Color Harmonies of #448216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448216

Black with #448216

Text Example


Text Example

White with #448216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448216; }

 p { color: rgb(68,130,22); }

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

background-color css

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

 a { background-color: rgb(68,130,22); }

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

border-color css

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

 span { border-color: rgb(68,130,22); }

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