Html Css Color HEX #448116 Bilbao

📋 copy color: '#448116'

red 68 ◦ green 129 ◦ blue 22

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

Shades of Bilbao #448116

Tints of Bilbao #448116

RGB

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

 GREEN value IS 129 (50.78% from 255) = 58.9%

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

R = 31.05%
G = 58.9%
B = 10.05%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.83

 K value IS 0.49

RGB Variations

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

Color information

#448116 (or 0x448116) is known color: Bilbao. HEX triplet: 44, 81 and 16. RGB value is (68,129,22). Sum of RGB (Red+Green+Blue) = 68+129+22=219 (29% of max value = 765). Red value is 68 (26.95% from 255 or 31.05% from 219); Green value is 129 (50.78% from 255 or 58.90% from 219); Blue value is 22 (8.98% from 255 or 10.05% from 219); Max value from RGB is 129 - color contains mainly: green. Hex color #448116 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448116 is #BB7EE9. Grayscale: #626262. Windows color (decimal): -12287722 or 1474884. OLE color: 1474884.

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

Color convert

RGB 68 129 22 -
CMYK 0.47 0 0.83 0.49
HSL 94.21º 0.71% 0.3% -
HSV(B) 94.21º 0.83% 0.51% -
XYZ 10.38 16.99 3.49 -
YUV 98.56 84.79 106.2 -
System Red Green Blue C M Y K H S L
Decimal 68 129 22 0.47 0 0.83 0.49 94.21 0.71 0.3
Hex 44 81 16 2F 0 53 31 5E 47 1E
Octal 104 201 26 57 0 123 61 136 107 36
Binary 1000100 10000001 10110 101111 0 1010011 110001 1011110 1000111 11110

Color Harmonies of #448116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448116

Black with #448116

Text Example


Text Example

White with #448116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448116; }

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

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

background-color css

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

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

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

border-color css

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

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

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