Html Css Color HEX #448320 Bilbao

📋 copy color: '#448320'

red 68 ◦ green 131 ◦ blue 32

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

Shades of Bilbao #448320

Tints of Bilbao #448320

RGB

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

 GREEN value IS 131 (51.56% from 255) = 56.71%

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

R = 29.44%
G = 56.71%
B = 13.85%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#448320 (or 0x448320) is known color: Bilbao. HEX triplet: 44, 83 and 20. RGB value is (68,131,32). Sum of RGB (Red+Green+Blue) = 68+131+32=231 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.44% from 231); Green value is 131 (51.56% from 255 or 56.71% from 231); Blue value is 32 (12.89% from 255 or 13.85% from 231); Max value from RGB is 131 - color contains mainly: green. Hex color #448320 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448320 is #BB7CDF. Grayscale: #656565. Windows color (decimal): -12287200 or 2130756. OLE color: 2130756.

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

Color convert

RGB 68 131 32 -
CMYK 0.48 0 0.76 0.49
HSL 98.18º 0.61% 0.32% -
HSV(B) 98.18º 0.76% 0.51% -
XYZ 10.76 17.57 4.19 -
YUV 100.88 89.13 104.55 -
System Red Green Blue C M Y K H S L
Decimal 68 131 32 0.48 0 0.76 0.49 98.18 0.61 0.32
Hex 44 83 20 30 0 4C 31 62 3D 20
Octal 104 203 40 60 0 114 61 142 75 40
Binary 1000100 10000011 100000 110000 0 1001100 110001 1100010 111101 100000

Color Harmonies of #448320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448320

Black with #448320

Text Example


Text Example

White with #448320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448320; }

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

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

background-color css

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

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

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

border-color css

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

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

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