Html Css Color HEX #448015 Bilbao

📋 copy color: '#448015'

red 68 ◦ green 128 ◦ blue 21

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

Shades of Bilbao #448015

Tints of Bilbao #448015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.68%

R = 31.34%
G = 58.99%
B = 9.68%

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

#448015 (or 0x448015) is known color: Bilbao. HEX triplet: 44, 80 and 15. RGB value is (68,128,21). Sum of RGB (Red+Green+Blue) = 68+128+21=217 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.34% from 217); Green value is 128 (50.39% from 255 or 58.99% from 217); Blue value is 21 (8.59% from 255 or 9.68% from 217); Max value from RGB is 128 - color contains mainly: green. Hex color #448015 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448015 is #BB7FEA. Grayscale: #626262. Windows color (decimal): -12287979 or 1409092. OLE color: 1409092.

HSL color Cylindrical-coordinate representation of color #448015: hue angle of 93.64º degrees, saturation: 0.72, 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 #448015 is Cyan = 0.47, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB 68 128 21 -
CMYK 0.47 0 0.84 0.50
HSL 93.64º 0.72% 0.29% -
HSV(B) 93.64º 0.84% 0.5% -
XYZ 10.24 16.72 3.4 -
YUV 97.86 84.62 106.7 -
System Red Green Blue C M Y K H S L
Decimal 68 128 21 0.47 0 0.84 0.50 93.64 0.72 0.29
Hex 44 80 15 2F 0 54 32 5E 48 1D
Octal 104 200 25 57 0 124 62 136 110 35
Binary 1000100 10000000 10101 101111 0 1010100 110010 1011110 1001000 11101

Color Harmonies of #448015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448015

Black with #448015

Text Example


Text Example

White with #448015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448015; }

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

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

background-color css

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

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

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

border-color css

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

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

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