Html Css Color HEX #448032 Bilbao

📋 copy color: '#448032'

red 68 ◦ green 128 ◦ blue 50

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

Shades of Bilbao #448032

Tints of Bilbao #448032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 20.33%

R = 27.64%
G = 52.03%
B = 20.33%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.61

 K value IS 0.50

RGB Variations

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

Color information

#448032 (or 0x448032) is known color: Bilbao. HEX triplet: 44, 80 and 32. RGB value is (68,128,50). Sum of RGB (Red+Green+Blue) = 68+128+50=246 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.64% from 246); Green value is 128 (50.39% from 255 or 52.03% from 246); Blue value is 50 (19.92% from 255 or 20.33% from 246); Max value from RGB is 128 - color contains mainly: green. Hex color #448032 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448032 is #BB7FCD. Grayscale: #656565. Windows color (decimal): -12287950 or 3309636. OLE color: 3309636.

HSL color Cylindrical-coordinate representation of color #448032: hue angle of 106.15º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #448032 is Cyan = 0.47, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.50.

Color convert

RGB 68 128 50 -
CMYK 0.47 0 0.61 0.50
HSL 106.15º 0.44% 0.35% -
HSV(B) 106.15º 0.61% 0.5% -
XYZ 10.68 16.9 5.72 -
YUV 101.17 99.12 104.34 -
System Red Green Blue C M Y K H S L
Decimal 68 128 50 0.47 0 0.61 0.50 106.15 0.44 0.35
Hex 44 80 32 2F 0 3D 32 6A 2C 23
Octal 104 200 62 57 0 75 62 152 54 43
Binary 1000100 10000000 110010 101111 0 111101 110010 1101010 101100 100011

Color Harmonies of #448032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448032

Black with #448032

Text Example


Text Example

White with #448032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448032; }

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

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

background-color css

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

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

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

border-color css

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

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

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