Html Css Color HEX #468510 Bilbao

📋 copy color: '#468510'

red 70 ◦ green 133 ◦ blue 16

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

Shades of Bilbao #468510

Tints of Bilbao #468510

RGB

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

 GREEN value IS 133 (52.34% from 255) = 60.73%

 BLUE value IS 16 (6.64% from 255) = 7.31%

R = 31.96%
G = 60.73%
B = 7.31%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#468510 (or 0x468510) is known color: Bilbao. HEX triplet: 46, 85 and 10. RGB value is (70,133,16). Sum of RGB (Red+Green+Blue) = 70+133+16=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 133 (52.34% from 255 or 60.73% from 219); Blue value is 16 (6.64% from 255 or 7.31% from 219); Max value from RGB is 133 - color contains mainly: green. Hex color #468510 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468510 is #B97AEF. Grayscale: #656565. Windows color (decimal): -12155632 or 1082694. OLE color: 1082694.

HSL color Cylindrical-coordinate representation of color #468510: hue angle of 92.31º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #468510 is Cyan = 0.47, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.48.

Color convert

RGB 70 133 16 -
CMYK 0.47 0 0.88 0.48
HSL 92.31º 0.79% 0.29% -
HSV(B) 92.31º 0.88% 0.52% -
XYZ 11.01 18.11 3.41 -
YUV 100.83 80.13 106.01 -
System Red Green Blue C M Y K H S L
Decimal 70 133 16 0.47 0 0.88 0.48 92.31 0.79 0.29
Hex 46 85 10 2F 0 58 30 5C 4F 1D
Octal 106 205 20 57 0 130 60 134 117 35
Binary 1000110 10000101 10000 101111 0 1011000 110000 1011100 1001111 11101

Color Harmonies of #468510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468510

Black with #468510

Text Example


Text Example

White with #468510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468510; }

 p { color: rgb(70,133,16); }

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

background-color css

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

 a { background-color: rgb(70,133,16); }

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

border-color css

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

 span { border-color: rgb(70,133,16); }

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