Html Css Color HEX #48772D Bilbao

📋 copy color: '#48772D'

red 72 ◦ green 119 ◦ blue 45

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

Shades of Bilbao #48772D

Tints of Bilbao #48772D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 50.42%

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

R = 30.51%
G = 50.42%
B = 19.07%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.62

 K value IS 0.53

RGB Variations

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

Color information

#48772D (or 0x48772D) is known color: Bilbao. HEX triplet: 48, 77 and 2D. RGB value is (72,119,45). Sum of RGB (Red+Green+Blue) = 72+119+45=236 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.51% from 236); Green value is 119 (46.88% from 255 or 50.42% from 236); Blue value is 45 (17.97% from 255 or 19.07% from 236); Max value from RGB is 119 - color contains mainly: green. Hex color #48772D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48772D is #B788D2. Grayscale: #606060. Windows color (decimal): -12028115 or 2979656. OLE color: 2979656.

HSL color Cylindrical-coordinate representation of color #48772D: hue angle of 98.11º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48772D is Cyan = 0.39, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 119 45 -
CMYK 0.39 0 0.62 0.53
HSL 98.11º 0.45% 0.32% -
HSV(B) 98.11º 0.62% 0.47% -
XYZ 9.74 14.76 4.82 -
YUV 96.51 98.93 110.52 -
System Red Green Blue C M Y K H S L
Decimal 72 119 45 0.39 0 0.62 0.53 98.11 0.45 0.32
Hex 48 77 2D 27 0 3E 35 62 2D 20
Octal 110 167 55 47 0 76 65 142 55 40
Binary 1001000 1110111 101101 100111 0 111110 110101 1100010 101101 100000

Color Harmonies of #48772D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48772D

Black with #48772D

Text Example


Text Example

White with #48772D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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