Html Css Color HEX #48781C Bilbao

📋 copy color: '#48781C'

red 72 ◦ green 120 ◦ blue 28

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

Shades of Bilbao #48781C

Tints of Bilbao #48781C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 54.55%

 BLUE value IS 28 (11.33% from 255) = 12.73%

R = 32.73%
G = 54.55%
B = 12.73%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#48781C (or 0x48781C) is known color: Bilbao. HEX triplet: 48, 78 and 1C. RGB value is (72,120,28). Sum of RGB (Red+Green+Blue) = 72+120+28=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 120 (47.27% from 255 or 54.55% from 220); Blue value is 28 (11.33% from 255 or 12.73% from 220); Max value from RGB is 120 - color contains mainly: green. Hex color #48781C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48781C is #B787E3. Grayscale: #5F5F5F. Windows color (decimal): -12027876 or 1865800. OLE color: 1865800.

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

Color convert

RGB 72 120 28 -
CMYK 0.40 0 0.77 0.53
HSL 91.3º 0.62% 0.29% -
HSV(B) 91.3º 0.77% 0.47% -
XYZ 9.6 14.89 3.47 -
YUV 95.16 90.1 111.48 -
System Red Green Blue C M Y K H S L
Decimal 72 120 28 0.40 0 0.77 0.53 91.3 0.62 0.29
Hex 48 78 1C 28 0 4D 35 5B 3E 1D
Octal 110 170 34 50 0 115 65 133 76 35
Binary 1001000 1111000 11100 101000 0 1001101 110101 1011011 111110 11101

Color Harmonies of #48781C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48781C

Black with #48781C

Text Example


Text Example

White with #48781C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48781C; }

 p { color: rgb(72,120,28); }

 H1.HeaderClassName
 {
   color: #48781C;
 }
 .AnyTagClassName
 {
   color: #48781C;
 }
</style>

background-color css

<style>
 a { background-color: #48781C; }

 a { background-color: rgb(72,120,28); }

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

border-color css

<style>
 span { border-color: #48781C; }

 span { border-color: rgb(72,120,28); }

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