Html Css Color HEX #488709 Bilbao

📋 copy color: '#488709'

red 72 ◦ green 135 ◦ blue 9

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

Shades of Bilbao #488709

Tints of Bilbao #488709

RGB

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

 GREEN value IS 135 (53.13% from 255) = 62.5%

 BLUE value IS 9 (3.91% from 255) = 4.17%

R = 33.33%
G = 62.5%
B = 4.17%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#488709 (or 0x488709) is known color: Bilbao. HEX triplet: 48, 87 and 09. RGB value is (72,135,9). Sum of RGB (Red+Green+Blue) = 72+135+9=216 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.33% from 216); Green value is 135 (53.12% from 255 or 62.5% from 216); Blue value is 9 (3.91% from 255 or 4.17% from 216); Max value from RGB is 135 - color contains mainly: green. Hex color #488709 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488709 is #B778F6. Grayscale: #666666. Windows color (decimal): -12024055 or 624456. OLE color: 624456.

HSL color Cylindrical-coordinate representation of color #488709: hue angle of 90º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #488709 is Cyan = 0.47, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 135 9 -
CMYK 0.47 0 0.93 0.47
HSL 90º 0.88% 0.28% -
HSV(B) 90º 0.93% 0.53% -
XYZ 11.39 18.73 3.27 -
YUV 101.8 75.63 106.75 -
System Red Green Blue C M Y K H S L
Decimal 72 135 9 0.47 0 0.93 0.47 90 0.88 0.28
Hex 48 87 9 2F 0 5D 2F 5A 58 1C
Octal 110 207 11 57 0 135 57 132 130 34
Binary 1001000 10000111 1001 101111 0 1011101 101111 1011010 1011000 11100

Color Harmonies of #488709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488709

Black with #488709

Text Example


Text Example

White with #488709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488709; }

 p { color: rgb(72,135,9); }

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

background-color css

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

 a { background-color: rgb(72,135,9); }

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

border-color css

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

 span { border-color: rgb(72,135,9); }

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