Html Css Color HEX #48850C Bilbao

📋 copy color: '#48850C'

red 72 ◦ green 133 ◦ blue 12

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

Shades of Bilbao #48850C

Tints of Bilbao #48850C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 61.29%

 BLUE value IS 12 (5.08% from 255) = 5.53%

R = 33.18%
G = 61.29%
B = 5.53%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.91

 K value IS 0.48

RGB Variations

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

Color information

#48850C (or 0x48850C) is known color: Bilbao. HEX triplet: 48, 85 and 0C. RGB value is (72,133,12). Sum of RGB (Red+Green+Blue) = 72+133+12=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 133 (52.34% from 255 or 61.29% from 217); Blue value is 12 (5.08% from 255 or 5.53% from 217); Max value from RGB is 133 - color contains mainly: green. Hex color #48850C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48850C is #B77AF3. Grayscale: #656565. Windows color (decimal): -12024564 or 820552. OLE color: 820552.

HSL color Cylindrical-coordinate representation of color #48850C: hue angle of 90.25º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #48850C is Cyan = 0.46, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB 72 133 12 -
CMYK 0.46 0 0.91 0.48
HSL 90.25º 0.83% 0.28% -
HSV(B) 90.25º 0.91% 0.52% -
XYZ 11.13 18.18 3.27 -
YUV 100.97 77.79 107.34 -
System Red Green Blue C M Y K H S L
Decimal 72 133 12 0.46 0 0.91 0.48 90.25 0.83 0.28
Hex 48 85 C 2E 0 5B 30 5A 53 1C
Octal 110 205 14 56 0 133 60 132 123 34
Binary 1001000 10000101 1100 101110 0 1011011 110000 1011010 1010011 11100

Color Harmonies of #48850C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48850C

Black with #48850C

Text Example


Text Example

White with #48850C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,133,12); }

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

background-color css

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

 a { background-color: rgb(72,133,12); }

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

border-color css

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

 span { border-color: rgb(72,133,12); }

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