Html Css Color HEX #488413 Bilbao

📋 copy color: '#488413'

red 72 ◦ green 132 ◦ blue 19

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

Shades of Bilbao #488413

Tints of Bilbao #488413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.52%

R = 32.29%
G = 59.19%
B = 8.52%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#488413 (or 0x488413) is known color: Bilbao. HEX triplet: 48, 84 and 13. RGB value is (72,132,19). Sum of RGB (Red+Green+Blue) = 72+132+19=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 132 (51.95% from 255 or 59.19% from 223); Blue value is 19 (7.81% from 255 or 8.52% from 223); Max value from RGB is 132 - color contains mainly: green. Hex color #488413 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488413 is #B77BEC. Grayscale: #656565. Windows color (decimal): -12024813 or 1279048. OLE color: 1279048.

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

Color convert

RGB 72 132 19 -
CMYK 0.45 0 0.86 0.48
HSL 91.86º 0.75% 0.3% -
HSV(B) 91.86º 0.86% 0.52% -
XYZ 11.04 17.93 3.49 -
YUV 101.18 81.62 107.19 -
System Red Green Blue C M Y K H S L
Decimal 72 132 19 0.45 0 0.86 0.48 91.86 0.75 0.3
Hex 48 84 13 2D 0 56 30 5C 4B 1E
Octal 110 204 23 55 0 126 60 134 113 36
Binary 1001000 10000100 10011 101101 0 1010110 110000 1011100 1001011 11110

Color Harmonies of #488413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488413

Black with #488413

Text Example


Text Example

White with #488413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488413; }

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

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

background-color css

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

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

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

border-color css

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

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

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