Html Css Color HEX #487725 Bilbao

📋 copy color: '#487725'

red 72 ◦ green 119 ◦ blue 37

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

Shades of Bilbao #487725

Tints of Bilbao #487725

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 16.23%

R = 31.58%
G = 52.19%
B = 16.23%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.69

 K value IS 0.53

RGB Variations

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

Color information

#487725 (or 0x487725) is known color: Bilbao. HEX triplet: 48, 77 and 25. RGB value is (72,119,37). Sum of RGB (Red+Green+Blue) = 72+119+37=228 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.58% from 228); Green value is 119 (46.88% from 255 or 52.19% from 228); Blue value is 37 (14.84% from 255 or 16.23% from 228); Max value from RGB is 119 - color contains mainly: green. Hex color #487725 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487725 is #B788DA. Grayscale: #5F5F5F. Windows color (decimal): -12028123 or 2455368. OLE color: 2455368.

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

Color convert

RGB 72 119 37 -
CMYK 0.39 0 0.69 0.53
HSL 94.39º 0.53% 0.31% -
HSV(B) 94.39º 0.69% 0.47% -
XYZ 9.6 14.7 4.08 -
YUV 95.6 94.93 111.17 -
System Red Green Blue C M Y K H S L
Decimal 72 119 37 0.39 0 0.69 0.53 94.39 0.53 0.31
Hex 48 77 25 27 0 45 35 5E 35 1F
Octal 110 167 45 47 0 105 65 136 65 37
Binary 1001000 1110111 100101 100111 0 1000101 110101 1011110 110101 11111

Color Harmonies of #487725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487725

Black with #487725

Text Example


Text Example

White with #487725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487725; }

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

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

background-color css

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

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

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

border-color css

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

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

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