Html Css Color HEX #488317 Bilbao

📋 copy color: '#488317'

red 72 ◦ green 131 ◦ blue 23

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

Shades of Bilbao #488317

Tints of Bilbao #488317

RGB

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

 GREEN value IS 131 (51.56% from 255) = 57.96%

 BLUE value IS 23 (9.38% from 255) = 10.18%

R = 31.86%
G = 57.96%
B = 10.18%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#488317 (or 0x488317) is known color: Bilbao. HEX triplet: 48, 83 and 17. RGB value is (72,131,23). Sum of RGB (Red+Green+Blue) = 72+131+23=226 (29% of max value = 765). Red value is 72 (28.52% from 255 or 31.86% from 226); Green value is 131 (51.56% from 255 or 57.96% from 226); Blue value is 23 (9.38% from 255 or 10.18% from 226); Max value from RGB is 131 - color contains mainly: green. Hex color #488317 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488317 is #B77CE8. Grayscale: #656565. Windows color (decimal): -12025065 or 1540936. OLE color: 1540936.

HSL color Cylindrical-coordinate representation of color #488317: hue angle of 92.78º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #488317 is Cyan = 0.45, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB 72 131 23 -
CMYK 0.45 0 0.82 0.49
HSL 92.78º 0.7% 0.3% -
HSV(B) 92.78º 0.82% 0.51% -
XYZ 10.94 17.67 3.64 -
YUV 101.05 83.95 107.28 -
System Red Green Blue C M Y K H S L
Decimal 72 131 23 0.45 0 0.82 0.49 92.78 0.7 0.3
Hex 48 83 17 2D 0 52 31 5D 46 1E
Octal 110 203 27 55 0 122 61 135 106 36
Binary 1001000 10000011 10111 101101 0 1010010 110001 1011101 1000110 11110

Color Harmonies of #488317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488317

Black with #488317

Text Example


Text Example

White with #488317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488317; }

 p { color: rgb(72,131,23); }

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

background-color css

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

 a { background-color: rgb(72,131,23); }

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

border-color css

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

 span { border-color: rgb(72,131,23); }

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