Html Css Color HEX #48772F Bilbao

📋 copy color: '#48772F'

red 72 ◦ green 119 ◦ blue 47

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

Shades of Bilbao #48772F

Tints of Bilbao #48772F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 19.75%

R = 30.25%
G = 50%
B = 19.75%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#48772F (or 0x48772F) is known color: Bilbao. HEX triplet: 48, 77 and 2F. RGB value is (72,119,47). Sum of RGB (Red+Green+Blue) = 72+119+47=238 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.25% from 238); Green value is 119 (46.88% from 255 or 50% from 238); Blue value is 47 (18.75% from 255 or 19.75% from 238); Max value from RGB is 119 - color contains mainly: green. Hex color #48772F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48772F is #B788D0. Grayscale: #606060. Windows color (decimal): -12028113 or 3110728. OLE color: 3110728.

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

Color convert

RGB 72 119 47 -
CMYK 0.39 0 0.61 0.53
HSL 99.17º 0.43% 0.33% -
HSV(B) 99.17º 0.61% 0.47% -
XYZ 9.78 14.78 5.03 -
YUV 96.74 99.93 110.35 -
System Red Green Blue C M Y K H S L
Decimal 72 119 47 0.39 0 0.61 0.53 99.17 0.43 0.33
Hex 48 77 2F 27 0 3D 35 63 2B 21
Octal 110 167 57 47 0 75 65 143 53 41
Binary 1001000 1110111 101111 100111 0 111101 110101 1100011 101011 100001

Color Harmonies of #48772F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48772F

Black with #48772F

Text Example


Text Example

White with #48772F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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