Html Css Color HEX #448420 Bilbao

📋 copy color: '#448420'

red 68 ◦ green 132 ◦ blue 32

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

Shades of Bilbao #448420

Tints of Bilbao #448420

RGB

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

 GREEN value IS 132 (51.95% from 255) = 56.9%

 BLUE value IS 32 (12.89% from 255) = 13.79%

R = 29.31%
G = 56.9%
B = 13.79%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#448420 (or 0x448420) is known color: Bilbao. HEX triplet: 44, 84 and 20. RGB value is (68,132,32). Sum of RGB (Red+Green+Blue) = 68+132+32=232 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.31% from 232); Green value is 132 (51.95% from 255 or 56.90% from 232); Blue value is 32 (12.89% from 255 or 13.79% from 232); Max value from RGB is 132 - color contains mainly: green. Hex color #448420 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448420 is #BB7BDF. Grayscale: #656565. Windows color (decimal): -12286944 or 2131012. OLE color: 2131012.

HSL color Cylindrical-coordinate representation of color #448420: hue angle of 98.4º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #448420 is Cyan = 0.48, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB 68 132 32 -
CMYK 0.48 0 0.76 0.48
HSL 98.4º 0.61% 0.32% -
HSV(B) 98.4º 0.76% 0.52% -
XYZ 10.9 17.84 4.23 -
YUV 101.46 88.8 104.13 -
System Red Green Blue C M Y K H S L
Decimal 68 132 32 0.48 0 0.76 0.48 98.4 0.61 0.32
Hex 44 84 20 30 0 4C 30 62 3D 20
Octal 104 204 40 60 0 114 60 142 75 40
Binary 1000100 10000100 100000 110000 0 1001100 110000 1100010 111101 100000

Color Harmonies of #448420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448420

Black with #448420

Text Example


Text Example

White with #448420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448420; }

 p { color: rgb(68,132,32); }

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

background-color css

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

 a { background-color: rgb(68,132,32); }

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

border-color css

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

 span { border-color: rgb(68,132,32); }

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