Html Css Color HEX #487A1B Bilbao

📋 copy color: '#487A1B'

red 72 ◦ green 122 ◦ blue 27

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

Shades of Bilbao #487A1B

Tints of Bilbao #487A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.22%

R = 32.58%
G = 55.2%
B = 12.22%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.78

 K value IS 0.52

RGB Variations

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

Color information

#487A1B (or 0x487A1B) is known color: Bilbao. HEX triplet: 48, 7A and 1B. RGB value is (72,122,27). Sum of RGB (Red+Green+Blue) = 72+122+27=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 122 (48.05% from 255 or 55.20% from 221); Blue value is 27 (10.94% from 255 or 12.22% from 221); Max value from RGB is 122 - color contains mainly: green. Hex color #487A1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487A1B is #B785E4. Grayscale: #606060. Windows color (decimal): -12027365 or 1800776. OLE color: 1800776.

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

Color convert

RGB 72 122 27 -
CMYK 0.41 0 0.78 0.52
HSL 91.58º 0.64% 0.29% -
HSV(B) 91.58º 0.78% 0.48% -
XYZ 9.83 15.38 3.49 -
YUV 96.22 88.94 110.72 -
System Red Green Blue C M Y K H S L
Decimal 72 122 27 0.41 0 0.78 0.52 91.58 0.64 0.29
Hex 48 7A 1B 29 0 4E 34 5C 40 1D
Octal 110 172 33 51 0 116 64 134 100 35
Binary 1001000 1111010 11011 101001 0 1001110 110100 1011100 1000000 11101

Color Harmonies of #487A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487A1B

Black with #487A1B

Text Example


Text Example

White with #487A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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