Html Css Color HEX #488705 Bilbao

📋 copy color: '#488705'

red 72 ◦ green 135 ◦ blue 5

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

Shades of Bilbao #488705

Tints of Bilbao #488705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.36%

R = 33.96%
G = 63.68%
B = 2.36%

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

#488705 (or 0x488705) is known color: Bilbao. HEX triplet: 48, 87 and 05. RGB value is (72,135,5). Sum of RGB (Red+Green+Blue) = 72+135+5=212 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.96% from 212); Green value is 135 (53.12% from 255 or 63.68% from 212); Blue value is 5 (2.34% from 255 or 2.36% from 212); Max value from RGB is 135 - color contains mainly: green. Hex color #488705 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488705 is #B778FA. Grayscale: #656565. Windows color (decimal): -12024059 or 362312. OLE color: 362312.

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

Color convert

RGB 72 135 5 -
CMYK 0.47 0 0.96 0.47
HSL 89.08º 0.93% 0.27% -
HSV(B) 89.08º 0.96% 0.53% -
XYZ 11.36 18.72 3.16 -
YUV 101.34 73.63 107.07 -
System Red Green Blue C M Y K H S L
Decimal 72 135 5 0.47 0 0.96 0.47 89.08 0.93 0.27
Hex 48 87 5 2F 0 60 2F 59 5D 1B
Octal 110 207 5 57 0 140 57 131 135 33
Binary 1001000 10000111 101 101111 0 1100000 101111 1011001 1011101 11011

Color Harmonies of #488705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488705

Black with #488705

Text Example


Text Example

White with #488705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488705; }

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

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

background-color css

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

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

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

border-color css

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

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

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