Html Css Color HEX #487C2D Bilbao

📋 copy color: '#487C2D'

red 72 ◦ green 124 ◦ blue 45

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

Shades of Bilbao #487C2D

Tints of Bilbao #487C2D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 51.45%

 BLUE value IS 45 (17.97% from 255) = 18.67%

R = 29.88%
G = 51.45%
B = 18.67%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.64

 K value IS 0.51

RGB Variations

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

Color information

#487C2D (or 0x487C2D) is known color: Bilbao. HEX triplet: 48, 7C and 2D. RGB value is (72,124,45). Sum of RGB (Red+Green+Blue) = 72+124+45=241 (31% of max value = 765). Red value is 72 (28.52% from 255 or 29.88% from 241); Green value is 124 (48.83% from 255 or 51.45% from 241); Blue value is 45 (17.97% from 255 or 18.67% from 241); Max value from RGB is 124 - color contains mainly: green. Hex color #487C2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487C2D is #B783D2. Grayscale: #636363. Windows color (decimal): -12026835 or 2980936. OLE color: 2980936.

HSL color Cylindrical-coordinate representation of color #487C2D: hue angle of 99.49º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #487C2D is Cyan = 0.42, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.51.

Color convert

RGB 72 124 45 -
CMYK 0.42 0 0.64 0.51
HSL 99.49º 0.47% 0.33% -
HSV(B) 99.49º 0.64% 0.49% -
XYZ 10.35 15.98 5.02 -
YUV 99.45 97.27 108.42 -
System Red Green Blue C M Y K H S L
Decimal 72 124 45 0.42 0 0.64 0.51 99.49 0.47 0.33
Hex 48 7C 2D 2A 0 40 33 63 2F 21
Octal 110 174 55 52 0 100 63 143 57 41
Binary 1001000 1111100 101101 101010 0 1000000 110011 1100011 101111 100001

Color Harmonies of #487C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487C2D

Black with #487C2D

Text Example


Text Example

White with #487C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,124,45); }

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

background-color css

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

 a { background-color: rgb(72,124,45); }

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

border-color css

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

 span { border-color: rgb(72,124,45); }

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