Html Css Color HEX #487D06 Bilbao

📋 copy color: '#487D06'

red 72 ◦ green 125 ◦ blue 6

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

Shades of Bilbao #487D06

Tints of Bilbao #487D06

RGB

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

 GREEN value IS 125 (49.22% from 255) = 61.58%

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

R = 35.47%
G = 61.58%
B = 2.96%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.95

 K value IS 0.51

RGB Variations

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

Color information

#487D06 (or 0x487D06) is known color: Bilbao. HEX triplet: 48, 7D and 06. RGB value is (72,125,6). Sum of RGB (Red+Green+Blue) = 72+125+6=203 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.47% from 203); Green value is 125 (49.22% from 255 or 61.58% from 203); Blue value is 6 (2.73% from 255 or 2.96% from 203); Max value from RGB is 125 - color contains mainly: green. Hex color #487D06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487D06 is #B782F9. Grayscale: #606060. Windows color (decimal): -12026618 or 425288. OLE color: 425288.

HSL color Cylindrical-coordinate representation of color #487D06: hue angle of 86.72º 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 #487D06 is Cyan = 0.42, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.51.

Color convert

RGB 72 125 6 -
CMYK 0.42 0 0.95 0.51
HSL 86.72º 0.91% 0.26% -
HSV(B) 86.72º 0.95% 0.49% -
XYZ 10.04 16.06 2.74 -
YUV 95.59 77.44 111.18 -
System Red Green Blue C M Y K H S L
Decimal 72 125 6 0.42 0 0.95 0.51 86.72 0.91 0.26
Hex 48 7D 6 2A 0 5F 33 57 5B 1A
Octal 110 175 6 52 0 137 63 127 133 32
Binary 1001000 1111101 110 101010 0 1011111 110011 1010111 1011011 11010

Color Harmonies of #487D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487D06

Black with #487D06

Text Example


Text Example

White with #487D06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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