Html Css Color HEX #448119 Bilbao

📋 copy color: '#448119'

red 68 ◦ green 129 ◦ blue 25

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

Shades of Bilbao #448119

Tints of Bilbao #448119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.26%

R = 30.63%
G = 58.11%
B = 11.26%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#448119 (or 0x448119) is known color: Bilbao. HEX triplet: 44, 81 and 19. RGB value is (68,129,25). Sum of RGB (Red+Green+Blue) = 68+129+25=222 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.63% from 222); Green value is 129 (50.78% from 255 or 58.11% from 222); Blue value is 25 (10.16% from 255 or 11.26% from 222); Max value from RGB is 129 - color contains mainly: green. Hex color #448119 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448119 is #BB7EE6. Grayscale: #636363. Windows color (decimal): -12287719 or 1671492. OLE color: 1671492.

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

Color convert

RGB 68 129 25 -
CMYK 0.47 0 0.81 0.49
HSL 95.19º 0.68% 0.3% -
HSV(B) 95.19º 0.81% 0.51% -
XYZ 10.41 17 3.65 -
YUV 98.91 86.29 105.96 -
System Red Green Blue C M Y K H S L
Decimal 68 129 25 0.47 0 0.81 0.49 95.19 0.68 0.3
Hex 44 81 19 2F 0 51 31 5F 44 1E
Octal 104 201 31 57 0 121 61 137 104 36
Binary 1000100 10000001 11001 101111 0 1010001 110001 1011111 1000100 11110

Color Harmonies of #448119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448119

Black with #448119

Text Example


Text Example

White with #448119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448119; }

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

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

background-color css

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

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

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

border-color css

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

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

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