Html Css Color HEX #448421 Bilbao

📋 copy color: '#448421'

red 68 ◦ green 132 ◦ blue 33

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

Shades of Bilbao #448421

Tints of Bilbao #448421

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 14.16%

R = 29.18%
G = 56.65%
B = 14.16%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.75

 K value IS 0.48

RGB Variations

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

Color information

#448421 (or 0x448421) is known color: Bilbao. HEX triplet: 44, 84 and 21. RGB value is (68,132,33). Sum of RGB (Red+Green+Blue) = 68+132+33=233 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.18% from 233); Green value is 132 (51.95% from 255 or 56.65% from 233); Blue value is 33 (13.28% from 255 or 14.16% from 233); Max value from RGB is 132 - color contains mainly: green. Hex color #448421 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448421 is #BB7BDE. Grayscale: #656565. Windows color (decimal): -12286943 or 2196548. OLE color: 2196548.

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

Color convert

RGB 68 132 33 -
CMYK 0.48 0 0.75 0.48
HSL 98.79º 0.6% 0.32% -
HSV(B) 98.79º 0.75% 0.52% -
XYZ 10.91 17.84 4.31 -
YUV 101.58 89.3 104.05 -
System Red Green Blue C M Y K H S L
Decimal 68 132 33 0.48 0 0.75 0.48 98.79 0.6 0.32
Hex 44 84 21 30 0 4B 30 63 3C 20
Octal 104 204 41 60 0 113 60 143 74 40
Binary 1000100 10000100 100001 110000 0 1001011 110000 1100011 111100 100000

Color Harmonies of #448421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448421

Black with #448421

Text Example


Text Example

White with #448421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448421; }

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

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

background-color css

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

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

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

border-color css

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

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

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