Html Css Color HEX #488105 Bilbao

📋 copy color: '#488105'

red 72 ◦ green 129 ◦ blue 5

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

Shades of Bilbao #488105

Tints of Bilbao #488105

RGB

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

 GREEN value IS 129 (50.78% from 255) = 62.62%

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

R = 34.95%
G = 62.62%
B = 2.43%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#488105 (or 0x488105) is known color: Bilbao. HEX triplet: 48, 81 and 05. RGB value is (72,129,5). Sum of RGB (Red+Green+Blue) = 72+129+5=206 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.95% from 206); Green value is 129 (50.78% from 255 or 62.62% from 206); Blue value is 5 (2.34% from 255 or 2.43% from 206); Max value from RGB is 129 - color contains mainly: green. Hex color #488105 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488105 is #B77EFA. Grayscale: #626262. Windows color (decimal): -12025595 or 360776. OLE color: 360776.

HSL color Cylindrical-coordinate representation of color #488105: hue angle of 87.58º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #488105 is Cyan = 0.44, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.49.

Color convert

RGB 72 129 5 -
CMYK 0.44 0 0.96 0.49
HSL 87.58º 0.93% 0.26% -
HSV(B) 87.58º 0.96% 0.51% -
XYZ 10.55 17.09 2.89 -
YUV 97.82 75.62 109.58 -
System Red Green Blue C M Y K H S L
Decimal 72 129 5 0.44 0 0.96 0.49 87.58 0.93 0.26
Hex 48 81 5 2C 0 60 31 58 5D 1A
Octal 110 201 5 54 0 140 61 130 135 32
Binary 1001000 10000001 101 101100 0 1100000 110001 1011000 1011101 11010

Color Harmonies of #488105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488105

Black with #488105

Text Example


Text Example

White with #488105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488105; }

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

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

background-color css

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

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

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

border-color css

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

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

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