Html Css Color HEX #487B14 Bilbao

📋 copy color: '#487B14'

red 72 ◦ green 123 ◦ blue 20

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

Shades of Bilbao #487B14

Tints of Bilbao #487B14

RGB

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

 GREEN value IS 123 (48.44% from 255) = 57.21%

 BLUE value IS 20 (8.2% from 255) = 9.3%

R = 33.49%
G = 57.21%
B = 9.3%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.84

 K value IS 0.52

RGB Variations

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

Color information

#487B14 (or 0x487B14) is known color: Bilbao. HEX triplet: 48, 7B and 14. RGB value is (72,123,20). Sum of RGB (Red+Green+Blue) = 72+123+20=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 123 (48.44% from 255 or 57.21% from 215); Blue value is 20 (8.20% from 255 or 9.30% from 215); Max value from RGB is 123 - color contains mainly: green. Hex color #487B14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487B14 is #B784EB. Grayscale: #606060. Windows color (decimal): -12027116 or 1342280. OLE color: 1342280.

HSL color Cylindrical-coordinate representation of color #487B14: hue angle of 89.71º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #487B14 is Cyan = 0.41, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.52.

Color convert

RGB 72 123 20 -
CMYK 0.41 0 0.84 0.52
HSL 89.71º 0.72% 0.28% -
HSV(B) 89.71º 0.84% 0.48% -
XYZ 9.88 15.59 3.15 -
YUV 96.01 85.1 110.88 -
System Red Green Blue C M Y K H S L
Decimal 72 123 20 0.41 0 0.84 0.52 89.71 0.72 0.28
Hex 48 7B 14 29 0 54 34 5A 48 1C
Octal 110 173 24 51 0 124 64 132 110 34
Binary 1001000 1111011 10100 101001 0 1010100 110100 1011010 1001000 11100

Color Harmonies of #487B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487B14

Black with #487B14

Text Example


Text Example

White with #487B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487B14; }

 p { color: rgb(72,123,20); }

 H1.HeaderClassName
 {
   color: #487B14;
 }
 .AnyTagClassName
 {
   color: #487B14;
 }
</style>

background-color css

<style>
 a { background-color: #487B14; }

 a { background-color: rgb(72,123,20); }

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

border-color css

<style>
 span { border-color: #487B14; }

 span { border-color: rgb(72,123,20); }

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