Html Css Color HEX #487A2A Bilbao

📋 copy color: '#487A2A'

red 72 ◦ green 122 ◦ blue 42

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

Shades of Bilbao #487A2A

Tints of Bilbao #487A2A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 51.69%

 BLUE value IS 42 (16.8% from 255) = 17.8%

R = 30.51%
G = 51.69%
B = 17.8%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.66

 K value IS 0.52

RGB Variations

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

Color information

#487A2A (or 0x487A2A) is known color: Bilbao. HEX triplet: 48, 7A and 2A. RGB value is (72,122,42). Sum of RGB (Red+Green+Blue) = 72+122+42=236 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.51% from 236); Green value is 122 (48.05% from 255 or 51.69% from 236); Blue value is 42 (16.80% from 255 or 17.80% from 236); Max value from RGB is 122 - color contains mainly: green. Hex color #487A2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487A2A is #B785D5. Grayscale: #626262. Windows color (decimal): -12027350 or 2783816. OLE color: 2783816.

HSL color Cylindrical-coordinate representation of color #487A2A: hue angle of 97.5º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #487A2A is Cyan = 0.41, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.52.

Color convert

RGB 72 122 42 -
CMYK 0.41 0 0.66 0.52
HSL 97.5º 0.49% 0.32% -
HSV(B) 97.5º 0.66% 0.48% -
XYZ 10.05 15.46 4.65 -
YUV 97.93 96.44 109.5 -
System Red Green Blue C M Y K H S L
Decimal 72 122 42 0.41 0 0.66 0.52 97.5 0.49 0.32
Hex 48 7A 2A 29 0 42 34 62 31 20
Octal 110 172 52 51 0 102 64 142 61 40
Binary 1001000 1111010 101010 101001 0 1000010 110100 1100010 110001 100000

Color Harmonies of #487A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487A2A

Black with #487A2A

Text Example


Text Example

White with #487A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,122,42); }

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

background-color css

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

 a { background-color: rgb(72,122,42); }

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

border-color css

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

 span { border-color: rgb(72,122,42); }

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