Html Css Color HEX #487720 Bilbao

📋 copy color: '#487720'

red 72 ◦ green 119 ◦ blue 32

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

Shades of Bilbao #487720

Tints of Bilbao #487720

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 14.35%

R = 32.29%
G = 53.36%
B = 14.35%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.73

 K value IS 0.53

RGB Variations

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

Color information

#487720 (or 0x487720) is known color: Bilbao. HEX triplet: 48, 77 and 20. RGB value is (72,119,32). Sum of RGB (Red+Green+Blue) = 72+119+32=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 119 (46.88% from 255 or 53.36% from 223); Blue value is 32 (12.89% from 255 or 14.35% from 223); Max value from RGB is 119 - color contains mainly: green. Hex color #487720 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487720 is #B788DF. Grayscale: #5F5F5F. Windows color (decimal): -12028128 or 2127688. OLE color: 2127688.

HSL color Cylindrical-coordinate representation of color #487720: hue angle of 92.41º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #487720 is Cyan = 0.39, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 119 32 -
CMYK 0.39 0 0.73 0.53
HSL 92.41º 0.58% 0.3% -
HSV(B) 92.41º 0.73% 0.47% -
XYZ 9.53 14.68 3.7 -
YUV 95.03 92.43 111.57 -
System Red Green Blue C M Y K H S L
Decimal 72 119 32 0.39 0 0.73 0.53 92.41 0.58 0.3
Hex 48 77 20 27 0 49 35 5C 3A 1E
Octal 110 167 40 47 0 111 65 134 72 36
Binary 1001000 1110111 100000 100111 0 1001001 110101 1011100 111010 11110

Color Harmonies of #487720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487720

Black with #487720

Text Example


Text Example

White with #487720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487720; }

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

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

background-color css

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

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

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

border-color css

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

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

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