Html Css Color HEX #487828 Bilbao

📋 copy color: '#487828'

red 72 ◦ green 120 ◦ blue 40

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

Shades of Bilbao #487828

Tints of Bilbao #487828

RGB

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

 GREEN value IS 120 (47.27% from 255) = 51.72%

 BLUE value IS 40 (16.02% from 255) = 17.24%

R = 31.03%
G = 51.72%
B = 17.24%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.67

 K value IS 0.53

RGB Variations

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

Color information

#487828 (or 0x487828) is known color: Bilbao. HEX triplet: 48, 78 and 28. RGB value is (72,120,40). Sum of RGB (Red+Green+Blue) = 72+120+40=232 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.03% from 232); Green value is 120 (47.27% from 255 or 51.72% from 232); Blue value is 40 (16.02% from 255 or 17.24% from 232); Max value from RGB is 120 - color contains mainly: green. Hex color #487828 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487828 is #B787D7. Grayscale: #606060. Windows color (decimal): -12027864 or 2652232. OLE color: 2652232.

HSL color Cylindrical-coordinate representation of color #487828: hue angle of 96º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #487828 is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 120 40 -
CMYK 0.40 0 0.67 0.53
HSL 96º 0.5% 0.31% -
HSV(B) 96º 0.67% 0.47% -
XYZ 9.77 14.96 4.38 -
YUV 96.53 96.1 110.5 -
System Red Green Blue C M Y K H S L
Decimal 72 120 40 0.40 0 0.67 0.53 96 0.5 0.31
Hex 48 78 28 28 0 43 35 60 32 1F
Octal 110 170 50 50 0 103 65 140 62 37
Binary 1001000 1111000 101000 101000 0 1000011 110101 1100000 110010 11111

Color Harmonies of #487828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487828

Black with #487828

Text Example


Text Example

White with #487828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487828; }

 p { color: rgb(72,120,40); }

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

background-color css

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

 a { background-color: rgb(72,120,40); }

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

border-color css

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

 span { border-color: rgb(72,120,40); }

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