Html Css Color HEX #487730 Bilbao

📋 copy color: '#487730'

red 72 ◦ green 119 ◦ blue 48

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

Shades of Bilbao #487730

Tints of Bilbao #487730

RGB

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

 GREEN value IS 119 (46.88% from 255) = 49.79%

 BLUE value IS 48 (19.14% from 255) = 20.08%

R = 30.13%
G = 49.79%
B = 20.08%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#487730 (or 0x487730) is known color: Bilbao. HEX triplet: 48, 77 and 30. RGB value is (72,119,48). Sum of RGB (Red+Green+Blue) = 72+119+48=239 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.13% from 239); Green value is 119 (46.88% from 255 or 49.79% from 239); Blue value is 48 (19.14% from 255 or 20.08% from 239); Max value from RGB is 119 - color contains mainly: green. Hex color #487730 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487730 is #B788CF. Grayscale: #616161. Windows color (decimal): -12028112 or 3176264. OLE color: 3176264.

HSL color Cylindrical-coordinate representation of color #487730: hue angle of 99.72º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #487730 is Cyan = 0.39, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 119 48 -
CMYK 0.39 0 0.60 0.53
HSL 99.72º 0.43% 0.33% -
HSV(B) 99.72º 0.6% 0.47% -
XYZ 9.8 14.78 5.13 -
YUV 96.85 100.43 110.27 -
System Red Green Blue C M Y K H S L
Decimal 72 119 48 0.39 0 0.60 0.53 99.72 0.43 0.33
Hex 48 77 30 27 0 3C 35 64 2B 21
Octal 110 167 60 47 0 74 65 144 53 41
Binary 1001000 1110111 110000 100111 0 111100 110101 1100100 101011 100001

Color Harmonies of #487730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487730

Black with #487730

Text Example


Text Example

White with #487730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487730; }

 p { color: rgb(72,119,48); }

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

background-color css

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

 a { background-color: rgb(72,119,48); }

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

border-color css

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

 span { border-color: rgb(72,119,48); }

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