Html Css Color HEX #487B0D Bilbao

📋 copy color: '#487B0D'

red 72 ◦ green 123 ◦ blue 13

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

Shades of Bilbao #487B0D

Tints of Bilbao #487B0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.25%

R = 34.62%
G = 59.13%
B = 6.25%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.89

 K value IS 0.52

RGB Variations

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

Color information

#487B0D (or 0x487B0D) is known color: Bilbao. HEX triplet: 48, 7B and 0D. RGB value is (72,123,13). Sum of RGB (Red+Green+Blue) = 72+123+13=208 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.62% from 208); Green value is 123 (48.44% from 255 or 59.13% from 208); Blue value is 13 (5.47% from 255 or 6.25% from 208); Max value from RGB is 123 - color contains mainly: green. Hex color #487B0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487B0D is #B784F2. Grayscale: #5F5F5F. Windows color (decimal): -12027123 or 883528. OLE color: 883528.

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

Color convert

RGB 72 123 13 -
CMYK 0.41 0 0.89 0.52
HSL 87.82º 0.81% 0.27% -
HSV(B) 87.82º 0.89% 0.48% -
XYZ 9.83 15.57 2.87 -
YUV 95.21 81.6 111.44 -
System Red Green Blue C M Y K H S L
Decimal 72 123 13 0.41 0 0.89 0.52 87.82 0.81 0.27
Hex 48 7B D 29 0 59 34 58 51 1B
Octal 110 173 15 51 0 131 64 130 121 33
Binary 1001000 1111011 1101 101001 0 1011001 110100 1011000 1010001 11011

Color Harmonies of #487B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487B0D

Black with #487B0D

Text Example


Text Example

White with #487B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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