Html Css Color HEX #488306 Bilbao

📋 copy color: '#488306'

red 72 ◦ green 131 ◦ blue 6

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

Shades of Bilbao #488306

Tints of Bilbao #488306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.87%

R = 34.45%
G = 62.68%
B = 2.87%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#488306 (or 0x488306) is known color: Bilbao. HEX triplet: 48, 83 and 06. RGB value is (72,131,6). Sum of RGB (Red+Green+Blue) = 72+131+6=209 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.45% from 209); Green value is 131 (51.56% from 255 or 62.68% from 209); Blue value is 6 (2.73% from 255 or 2.87% from 209); Max value from RGB is 131 - color contains mainly: green. Hex color #488306 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488306 is #B77CF9. Grayscale: #636363. Windows color (decimal): -12025082 or 426824. OLE color: 426824.

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

Color convert

RGB 72 131 6 -
CMYK 0.45 0 0.95 0.49
HSL 88.32º 0.91% 0.27% -
HSV(B) 88.32º 0.95% 0.51% -
XYZ 10.82 17.62 3 -
YUV 99.11 75.45 108.66 -
System Red Green Blue C M Y K H S L
Decimal 72 131 6 0.45 0 0.95 0.49 88.32 0.91 0.27
Hex 48 83 6 2D 0 5F 31 58 5B 1B
Octal 110 203 6 55 0 137 61 130 133 33
Binary 1001000 10000011 110 101101 0 1011111 110001 1011000 1011011 11011

Color Harmonies of #488306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488306

Black with #488306

Text Example


Text Example

White with #488306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488306; }

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

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

background-color css

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

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

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

border-color css

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

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

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