Html Css Color HEX #488706 Bilbao

📋 copy color: '#488706'

red 72 ◦ green 135 ◦ blue 6

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

Shades of Bilbao #488706

Tints of Bilbao #488706

RGB

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

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

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

R = 33.8%
G = 63.38%
B = 2.82%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#488706 (or 0x488706) is known color: Bilbao. HEX triplet: 48, 87 and 06. RGB value is (72,135,6). Sum of RGB (Red+Green+Blue) = 72+135+6=213 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.80% from 213); Green value is 135 (53.12% from 255 or 63.38% from 213); Blue value is 6 (2.73% from 255 or 2.82% from 213); Max value from RGB is 135 - color contains mainly: green. Hex color #488706 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488706 is #B778F9. Grayscale: #656565. Windows color (decimal): -12024058 or 427848. OLE color: 427848.

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

Color convert

RGB 72 135 6 -
CMYK 0.47 0 0.96 0.47
HSL 89.3º 0.91% 0.28% -
HSV(B) 89.3º 0.96% 0.53% -
XYZ 11.37 18.72 3.19 -
YUV 101.46 74.13 106.99 -
System Red Green Blue C M Y K H S L
Decimal 72 135 6 0.47 0 0.96 0.47 89.3 0.91 0.28
Hex 48 87 6 2F 0 60 2F 59 5B 1C
Octal 110 207 6 57 0 140 57 131 133 34
Binary 1001000 10000111 110 101111 0 1100000 101111 1011001 1011011 11100

Color Harmonies of #488706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488706

Black with #488706

Text Example


Text Example

White with #488706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488706; }

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

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

background-color css

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

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

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

border-color css

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

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

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