Html Css Color HEX #487E06 Bilbao

📋 copy color: '#487E06'

red 72 ◦ green 126 ◦ blue 6

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

Shades of Bilbao #487E06

Tints of Bilbao #487E06

RGB

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

 GREEN value IS 126 (49.61% from 255) = 61.76%

 BLUE value IS 6 (2.73% from 255) = 2.94%

R = 35.29%
G = 61.76%
B = 2.94%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.95

 K value IS 0.51

RGB Variations

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

Color information

#487E06 (or 0x487E06) is known color: Bilbao. HEX triplet: 48, 7E and 06. RGB value is (72,126,6). Sum of RGB (Red+Green+Blue) = 72+126+6=204 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.29% from 204); Green value is 126 (49.61% from 255 or 61.76% from 204); Blue value is 6 (2.73% from 255 or 2.94% from 204); Max value from RGB is 126 - color contains mainly: green. Hex color #487E06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487E06 is #B781F9. Grayscale: #606060. Windows color (decimal): -12026362 or 425544. OLE color: 425544.

HSL color Cylindrical-coordinate representation of color #487E06: hue angle of 87º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #487E06 is Cyan = 0.43, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.51.

Color convert

RGB 72 126 6 -
CMYK 0.43 0 0.95 0.51
HSL 87º 0.91% 0.26% -
HSV(B) 87º 0.95% 0.49% -
XYZ 10.17 16.31 2.79 -
YUV 96.17 77.11 110.76 -
System Red Green Blue C M Y K H S L
Decimal 72 126 6 0.43 0 0.95 0.51 87 0.91 0.26
Hex 48 7E 6 2B 0 5F 33 57 5B 1A
Octal 110 176 6 53 0 137 63 127 133 32
Binary 1001000 1111110 110 101011 0 1011111 110011 1010111 1011011 11010

Color Harmonies of #487E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487E06

Black with #487E06

Text Example


Text Example

White with #487E06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,126,6); }

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

background-color css

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

 a { background-color: rgb(72,126,6); }

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

border-color css

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

 span { border-color: rgb(72,126,6); }

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