Html Css Color HEX #48792D Bilbao

📋 copy color: '#48792D'

red 72 ◦ green 121 ◦ blue 45

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

Shades of Bilbao #48792D

Tints of Bilbao #48792D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.91%

R = 30.25%
G = 50.84%
B = 18.91%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

#48792D (or 0x48792D) is known color: Bilbao. HEX triplet: 48, 79 and 2D. RGB value is (72,121,45). Sum of RGB (Red+Green+Blue) = 72+121+45=238 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.25% from 238); Green value is 121 (47.66% from 255 or 50.84% from 238); Blue value is 45 (17.97% from 255 or 18.91% from 238); Max value from RGB is 121 - color contains mainly: green. Hex color #48792D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48792D is #B786D2. Grayscale: #616161. Windows color (decimal): -12027603 or 2980168. OLE color: 2980168.

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

Color convert

RGB 72 121 45 -
CMYK 0.40 0 0.63 0.53
HSL 98.68º 0.46% 0.33% -
HSV(B) 98.68º 0.63% 0.47% -
XYZ 9.98 15.24 4.9 -
YUV 97.69 98.27 109.68 -
System Red Green Blue C M Y K H S L
Decimal 72 121 45 0.40 0 0.63 0.53 98.68 0.46 0.33
Hex 48 79 2D 28 0 3F 35 63 2E 21
Octal 110 171 55 50 0 77 65 143 56 41
Binary 1001000 1111001 101101 101000 0 111111 110101 1100011 101110 100001

Color Harmonies of #48792D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48792D

Black with #48792D

Text Example


Text Example

White with #48792D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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