Html Css Color HEX #448219 Bilbao

📋 copy color: '#448219'

red 68 ◦ green 130 ◦ blue 25

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

Shades of Bilbao #448219

Tints of Bilbao #448219

RGB

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

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

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

R = 30.49%
G = 58.3%
B = 11.21%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#448219 (or 0x448219) is known color: Bilbao. HEX triplet: 44, 82 and 19. RGB value is (68,130,25). Sum of RGB (Red+Green+Blue) = 68+130+25=223 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.49% from 223); Green value is 130 (51.17% from 255 or 58.30% from 223); Blue value is 25 (10.16% from 255 or 11.21% from 223); Max value from RGB is 130 - color contains mainly: green. Hex color #448219 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448219 is #BB7DE6. Grayscale: #636363. Windows color (decimal): -12287463 or 1671748. OLE color: 1671748.

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

Color convert

RGB 68 130 25 -
CMYK 0.48 0 0.81 0.49
HSL 95.43º 0.68% 0.3% -
HSV(B) 95.43º 0.81% 0.51% -
XYZ 10.54 17.26 3.7 -
YUV 99.49 85.96 105.54 -
System Red Green Blue C M Y K H S L
Decimal 68 130 25 0.48 0 0.81 0.49 95.43 0.68 0.3
Hex 44 82 19 30 0 51 31 5F 44 1E
Octal 104 202 31 60 0 121 61 137 104 36
Binary 1000100 10000010 11001 110000 0 1010001 110001 1011111 1000100 11110

Color Harmonies of #448219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448219

Black with #448219

Text Example


Text Example

White with #448219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448219; }

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

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

background-color css

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

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

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

border-color css

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

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

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