Html Css Color HEX #488406 Bilbao

📋 copy color: '#488406'

red 72 ◦ green 132 ◦ blue 6

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

Shades of Bilbao #488406

Tints of Bilbao #488406

RGB

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

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

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

R = 34.29%
G = 62.86%
B = 2.86%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#488406 (or 0x488406) is known color: Bilbao. HEX triplet: 48, 84 and 06. RGB value is (72,132,6). Sum of RGB (Red+Green+Blue) = 72+132+6=210 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.29% from 210); Green value is 132 (51.95% from 255 or 62.86% from 210); Blue value is 6 (2.73% from 255 or 2.86% from 210); Max value from RGB is 132 - color contains mainly: green. Hex color #488406 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488406 is #B77BF9. Grayscale: #646464. Windows color (decimal): -12024826 or 427080. OLE color: 427080.

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

Color convert

RGB 72 132 6 -
CMYK 0.45 0 0.95 0.48
HSL 88.57º 0.91% 0.27% -
HSV(B) 88.57º 0.95% 0.52% -
XYZ 10.96 17.89 3.05 -
YUV 99.7 75.12 108.25 -
System Red Green Blue C M Y K H S L
Decimal 72 132 6 0.45 0 0.95 0.48 88.57 0.91 0.27
Hex 48 84 6 2D 0 5F 30 59 5B 1B
Octal 110 204 6 55 0 137 60 131 133 33
Binary 1001000 10000100 110 101101 0 1011111 110000 1011001 1011011 11011

Color Harmonies of #488406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488406

Black with #488406

Text Example


Text Example

White with #488406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488406; }

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

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

background-color css

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

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

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

border-color css

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

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

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