Html Css Color HEX #488414 Bilbao

📋 copy color: '#488414'

red 72 ◦ green 132 ◦ blue 20

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

Shades of Bilbao #488414

Tints of Bilbao #488414

RGB

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

 GREEN value IS 132 (51.95% from 255) = 58.93%

 BLUE value IS 20 (8.2% from 255) = 8.93%

R = 32.14%
G = 58.93%
B = 8.93%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#488414 (or 0x488414) is known color: Bilbao. HEX triplet: 48, 84 and 14. RGB value is (72,132,20). Sum of RGB (Red+Green+Blue) = 72+132+20=224 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.14% from 224); Green value is 132 (51.95% from 255 or 58.93% from 224); Blue value is 20 (8.20% from 255 or 8.93% from 224); Max value from RGB is 132 - color contains mainly: green. Hex color #488414 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488414 is #B77BEB. Grayscale: #656565. Windows color (decimal): -12024812 or 1344584. OLE color: 1344584.

HSL color Cylindrical-coordinate representation of color #488414: hue angle of 92.14º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #488414 is Cyan = 0.45, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.48.

Color convert

RGB 72 132 20 -
CMYK 0.45 0 0.85 0.48
HSL 92.14º 0.74% 0.3% -
HSV(B) 92.14º 0.85% 0.52% -
XYZ 11.05 17.93 3.54 -
YUV 101.29 82.12 107.11 -
System Red Green Blue C M Y K H S L
Decimal 72 132 20 0.45 0 0.85 0.48 92.14 0.74 0.3
Hex 48 84 14 2D 0 55 30 5C 4A 1E
Octal 110 204 24 55 0 125 60 134 112 36
Binary 1001000 10000100 10100 101101 0 1010101 110000 1011100 1001010 11110

Color Harmonies of #488414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488414

Black with #488414

Text Example


Text Example

White with #488414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488414; }

 p { color: rgb(72,132,20); }

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

background-color css

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

 a { background-color: rgb(72,132,20); }

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

border-color css

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

 span { border-color: rgb(72,132,20); }

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