Html Css Color HEX #468017 Bilbao

📋 copy color: '#468017'

red 70 ◦ green 128 ◦ blue 23

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

Shades of Bilbao #468017

Tints of Bilbao #468017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 10.41%

R = 31.67%
G = 57.92%
B = 10.41%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.82

 K value IS 0.50

RGB Variations

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

Color information

#468017 (or 0x468017) is known color: Bilbao. HEX triplet: 46, 80 and 17. RGB value is (70,128,23). Sum of RGB (Red+Green+Blue) = 70+128+23=221 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.67% from 221); Green value is 128 (50.39% from 255 or 57.92% from 221); Blue value is 23 (9.38% from 255 or 10.41% from 221); Max value from RGB is 128 - color contains mainly: green. Hex color #468017 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468017 is #B97FE8. Grayscale: #636363. Windows color (decimal): -12156905 or 1540166. OLE color: 1540166.

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

Color convert

RGB 70 128 23 -
CMYK 0.45 0 0.82 0.50
HSL 93.14º 0.7% 0.3% -
HSV(B) 93.14º 0.82% 0.5% -
XYZ 10.4 16.8 3.51 -
YUV 98.69 85.28 107.54 -
System Red Green Blue C M Y K H S L
Decimal 70 128 23 0.45 0 0.82 0.50 93.14 0.7 0.3
Hex 46 80 17 2D 0 52 32 5D 46 1E
Octal 106 200 27 55 0 122 62 135 106 36
Binary 1000110 10000000 10111 101101 0 1010010 110010 1011101 1000110 11110

Color Harmonies of #468017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468017

Black with #468017

Text Example


Text Example

White with #468017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468017; }

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

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

background-color css

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

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

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

border-color css

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

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

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