Html Css Color HEX #468005 Bilbao

📋 copy color: '#468005'

red 70 ◦ green 128 ◦ blue 5

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

Shades of Bilbao #468005

Tints of Bilbao #468005

RGB

 RED value IS 70 (27.73% from 255) = 34.48%

 GREEN value IS 128 (50.39% from 255) = 63.05%

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

R = 34.48%
G = 63.05%
B = 2.46%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.96

 K value IS 0.50

RGB Variations

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

Color information

#468005 (or 0x468005) is known color: Bilbao. HEX triplet: 46, 80 and 05. RGB value is (70,128,5). Sum of RGB (Red+Green+Blue) = 70+128+5=203 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.48% from 203); Green value is 128 (50.39% from 255 or 63.05% from 203); Blue value is 5 (2.34% from 255 or 2.46% from 203); Max value from RGB is 128 - color contains mainly: green. Hex color #468005 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468005 is #B97FFA. Grayscale: #616161. Windows color (decimal): -12156923 or 360518. OLE color: 360518.

HSL color Cylindrical-coordinate representation of color #468005: hue angle of 88.29º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #468005 is Cyan = 0.45, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.50.

Color convert

RGB 70 128 5 -
CMYK 0.45 0 0.96 0.50
HSL 88.29º 0.92% 0.26% -
HSV(B) 88.29º 0.96% 0.5% -
XYZ 10.27 16.75 2.84 -
YUV 96.64 76.28 109 -
System Red Green Blue C M Y K H S L
Decimal 70 128 5 0.45 0 0.96 0.50 88.29 0.92 0.26
Hex 46 80 5 2D 0 60 32 58 5C 1A
Octal 106 200 5 55 0 140 62 130 134 32
Binary 1000110 10000000 101 101101 0 1100000 110010 1011000 1011100 11010

Color Harmonies of #468005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468005

Black with #468005

Text Example


Text Example

White with #468005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468005; }

 p { color: rgb(70,128,5); }

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

background-color css

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

 a { background-color: rgb(70,128,5); }

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

border-color css

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

 span { border-color: rgb(70,128,5); }

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