Html Css Color HEX #48821F Bilbao

📋 copy color: '#48821F'

red 72 ◦ green 130 ◦ blue 31

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

Shades of Bilbao #48821F

Tints of Bilbao #48821F

RGB

 RED value IS 72 (28.52% from 255) = 30.9%

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

 BLUE value IS 31 (12.5% from 255) = 13.3%

R = 30.9%
G = 55.79%
B = 13.3%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#48821F (or 0x48821F) is known color: Bilbao. HEX triplet: 48, 82 and 1F. RGB value is (72,130,31). Sum of RGB (Red+Green+Blue) = 72+130+31=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 130 (51.17% from 255 or 55.79% from 233); Blue value is 31 (12.5% from 255 or 13.30% from 233); Max value from RGB is 130 - color contains mainly: green. Hex color #48821F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48821F is #B77DE0. Grayscale: #656565. Windows color (decimal): -12025313 or 2064968. OLE color: 2064968.

HSL color Cylindrical-coordinate representation of color #48821F: hue angle of 95.15º 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 #48821F is Cyan = 0.45, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB 72 130 31 -
CMYK 0.45 0 0.76 0.49
HSL 95.15º 0.61% 0.32% -
HSV(B) 95.15º 0.76% 0.51% -
XYZ 10.9 17.44 4.09 -
YUV 101.37 88.28 107.05 -
System Red Green Blue C M Y K H S L
Decimal 72 130 31 0.45 0 0.76 0.49 95.15 0.61 0.32
Hex 48 82 1F 2D 0 4C 31 5F 3D 20
Octal 110 202 37 55 0 114 61 137 75 40
Binary 1001000 10000010 11111 101101 0 1001100 110001 1011111 111101 100000

Color Harmonies of #48821F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48821F

Black with #48821F

Text Example


Text Example

White with #48821F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48821F; }

 p { color: rgb(72,130,31); }

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

background-color css

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

 a { background-color: rgb(72,130,31); }

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

border-color css

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

 span { border-color: rgb(72,130,31); }

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