Html Css Color HEX #448210 Bilbao

📋 copy color: '#448210'

red 68 ◦ green 130 ◦ blue 16

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

Shades of Bilbao #448210

Tints of Bilbao #448210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.48%

R = 31.78%
G = 60.75%
B = 7.48%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#448210 (or 0x448210) is known color: Bilbao. HEX triplet: 44, 82 and 10. RGB value is (68,130,16). Sum of RGB (Red+Green+Blue) = 68+130+16=214 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.78% from 214); Green value is 130 (51.17% from 255 or 60.75% from 214); Blue value is 16 (6.64% from 255 or 7.48% from 214); Max value from RGB is 130 - color contains mainly: green. Hex color #448210 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448210 is #BB7DEF. Grayscale: #626262. Windows color (decimal): -12287472 or 1081924. OLE color: 1081924.

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

Color convert

RGB 68 130 16 -
CMYK 0.48 0 0.88 0.49
HSL 92.63º 0.78% 0.29% -
HSV(B) 92.63º 0.88% 0.51% -
XYZ 10.46 17.23 3.26 -
YUV 98.47 81.46 106.27 -
System Red Green Blue C M Y K H S L
Decimal 68 130 16 0.48 0 0.88 0.49 92.63 0.78 0.29
Hex 44 82 10 30 0 58 31 5D 4E 1D
Octal 104 202 20 60 0 130 61 135 116 35
Binary 1000100 10000010 10000 110000 0 1011000 110001 1011101 1001110 11101

Color Harmonies of #448210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448210

Black with #448210

Text Example


Text Example

White with #448210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448210; }

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

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

background-color css

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

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

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

border-color css

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

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

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