Html Css Color HEX #487825 Bilbao

📋 copy color: '#487825'

red 72 ◦ green 120 ◦ blue 37

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

Shades of Bilbao #487825

Tints of Bilbao #487825

RGB

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

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

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

R = 31.44%
G = 52.4%
B = 16.16%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.69

 K value IS 0.53

RGB Variations

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

Color information

#487825 (or 0x487825) is known color: Bilbao. HEX triplet: 48, 78 and 25. RGB value is (72,120,37). Sum of RGB (Red+Green+Blue) = 72+120+37=229 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.44% from 229); Green value is 120 (47.27% from 255 or 52.40% from 229); Blue value is 37 (14.84% from 255 or 16.16% from 229); Max value from RGB is 120 - color contains mainly: green. Hex color #487825 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487825 is #B787DA. Grayscale: #606060. Windows color (decimal): -12027867 or 2455624. OLE color: 2455624.

HSL color Cylindrical-coordinate representation of color #487825: hue angle of 94.7º 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 #487825 is Cyan = 0.40, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 120 37 -
CMYK 0.40 0 0.69 0.53
HSL 94.7º 0.53% 0.31% -
HSV(B) 94.7º 0.69% 0.47% -
XYZ 9.72 14.94 4.12 -
YUV 96.19 94.6 110.75 -
System Red Green Blue C M Y K H S L
Decimal 72 120 37 0.40 0 0.69 0.53 94.7 0.53 0.31
Hex 48 78 25 28 0 45 35 5F 35 1F
Octal 110 170 45 50 0 105 65 137 65 37
Binary 1001000 1111000 100101 101000 0 1000101 110101 1011111 110101 11111

Color Harmonies of #487825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487825

Black with #487825

Text Example


Text Example

White with #487825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487825; }

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

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

background-color css

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

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

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

border-color css

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

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

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