Html Css Color HEX #48791D Bilbao

📋 copy color: '#48791D'

red 72 ◦ green 121 ◦ blue 29

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

Shades of Bilbao #48791D

Tints of Bilbao #48791D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 54.5%

 BLUE value IS 29 (11.72% from 255) = 13.06%

R = 32.43%
G = 54.5%
B = 13.06%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#48791D (or 0x48791D) is known color: Bilbao. HEX triplet: 48, 79 and 1D. RGB value is (72,121,29). Sum of RGB (Red+Green+Blue) = 72+121+29=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 121 (47.66% from 255 or 54.50% from 222); Blue value is 29 (11.72% from 255 or 13.06% from 222); Max value from RGB is 121 - color contains mainly: green. Hex color #48791D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48791D is #B786E2. Grayscale: #606060. Windows color (decimal): -12027619 or 1931592. OLE color: 1931592.

HSL color Cylindrical-coordinate representation of color #48791D: hue angle of 91.96º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #48791D is Cyan = 0.40, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 121 29 -
CMYK 0.40 0 0.76 0.53
HSL 91.96º 0.61% 0.29% -
HSV(B) 91.96º 0.76% 0.47% -
XYZ 9.73 15.14 3.57 -
YUV 95.86 90.27 110.98 -
System Red Green Blue C M Y K H S L
Decimal 72 121 29 0.40 0 0.76 0.53 91.96 0.61 0.29
Hex 48 79 1D 28 0 4C 35 5C 3D 1D
Octal 110 171 35 50 0 114 65 134 75 35
Binary 1001000 1111001 11101 101000 0 1001100 110101 1011100 111101 11101

Color Harmonies of #48791D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48791D

Black with #48791D

Text Example


Text Example

White with #48791D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48791D; }

 p { color: rgb(72,121,29); }

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

background-color css

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

 a { background-color: rgb(72,121,29); }

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

border-color css

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

 span { border-color: rgb(72,121,29); }

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