Html Css Color HEX #487630 Bilbao

📋 copy color: '#487630'

red 72 ◦ green 118 ◦ blue 48

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

Shades of Bilbao #487630

Tints of Bilbao #487630

RGB

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

 GREEN value IS 118 (46.48% from 255) = 49.58%

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

R = 30.25%
G = 49.58%
B = 20.17%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#487630 (or 0x487630) is known color: Bilbao. HEX triplet: 48, 76 and 30. RGB value is (72,118,48). Sum of RGB (Red+Green+Blue) = 72+118+48=238 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.25% from 238); Green value is 118 (46.48% from 255 or 49.58% from 238); Blue value is 48 (19.14% from 255 or 20.17% from 238); Max value from RGB is 118 - color contains mainly: green. Hex color #487630 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487630 is #B789CF. Grayscale: #606060. Windows color (decimal): -12028368 or 3176008. OLE color: 3176008.

HSL color Cylindrical-coordinate representation of color #487630: hue angle of 99.43º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #487630 is Cyan = 0.39, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB 72 118 48 -
CMYK 0.39 0 0.59 0.54
HSL 99.43º 0.42% 0.33% -
HSV(B) 99.43º 0.59% 0.46% -
XYZ 9.68 14.55 5.09 -
YUV 96.27 100.76 110.69 -
System Red Green Blue C M Y K H S L
Decimal 72 118 48 0.39 0 0.59 0.54 99.43 0.42 0.33
Hex 48 76 30 27 0 3B 36 63 2A 21
Octal 110 166 60 47 0 73 66 143 52 41
Binary 1001000 1110110 110000 100111 0 111011 110110 1100011 101010 100001

Color Harmonies of #487630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487630

Black with #487630

Text Example


Text Example

White with #487630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487630; }

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

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

background-color css

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

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

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

border-color css

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

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

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