Html Css Color HEX #448310 Bilbao

📋 copy color: '#448310'

red 68 ◦ green 131 ◦ blue 16

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

Shades of Bilbao #448310

Tints of Bilbao #448310

RGB

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

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

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

R = 31.63%
G = 60.93%
B = 7.44%

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

#448310 (or 0x448310) is known color: Bilbao. HEX triplet: 44, 83 and 10. RGB value is (68,131,16). Sum of RGB (Red+Green+Blue) = 68+131+16=215 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.63% from 215); Green value is 131 (51.56% from 255 or 60.93% from 215); Blue value is 16 (6.64% from 255 or 7.44% from 215); Max value from RGB is 131 - color contains mainly: green. Hex color #448310 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448310 is #BB7CEF. Grayscale: #636363. Windows color (decimal): -12287216 or 1082180. OLE color: 1082180.

HSL color Cylindrical-coordinate representation of color #448310: hue angle of 92.87º 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 #448310 is Cyan = 0.48, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 68 131 16 -
CMYK 0.48 0 0.88 0.49
HSL 92.87º 0.78% 0.29% -
HSV(B) 92.87º 0.88% 0.51% -
XYZ 10.59 17.5 3.31 -
YUV 99.05 81.13 105.85 -
System Red Green Blue C M Y K H S L
Decimal 68 131 16 0.48 0 0.88 0.49 92.87 0.78 0.29
Hex 44 83 10 30 0 58 31 5D 4E 1D
Octal 104 203 20 60 0 130 61 135 116 35
Binary 1000100 10000011 10000 110000 0 1011000 110001 1011101 1001110 11101

Color Harmonies of #448310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448310

Black with #448310

Text Example


Text Example

White with #448310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448310; }

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

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

background-color css

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

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

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

border-color css

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

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

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