Html Css Color HEX #468610 Bilbao

📋 copy color: '#468610'

red 70 ◦ green 134 ◦ blue 16

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

Shades of Bilbao #468610

Tints of Bilbao #468610

RGB

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

 GREEN value IS 134 (52.73% from 255) = 60.91%

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

R = 31.82%
G = 60.91%
B = 7.27%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#468610 (or 0x468610) is known color: Bilbao. HEX triplet: 46, 86 and 10. RGB value is (70,134,16). Sum of RGB (Red+Green+Blue) = 70+134+16=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 134 (52.73% from 255 or 60.91% from 220); Blue value is 16 (6.64% from 255 or 7.27% from 220); Max value from RGB is 134 - color contains mainly: green. Hex color #468610 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468610 is #B979EF. Grayscale: #656565. Windows color (decimal): -12155376 or 1082950. OLE color: 1082950.

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

Color convert

RGB 70 134 16 -
CMYK 0.48 0 0.88 0.47
HSL 92.54º 0.79% 0.29% -
HSV(B) 92.54º 0.88% 0.53% -
XYZ 11.14 18.39 3.45 -
YUV 101.41 79.8 105.59 -
System Red Green Blue C M Y K H S L
Decimal 70 134 16 0.48 0 0.88 0.47 92.54 0.79 0.29
Hex 46 86 10 30 0 58 2F 5D 4F 1D
Octal 106 206 20 60 0 130 57 135 117 35
Binary 1000110 10000110 10000 110000 0 1011000 101111 1011101 1001111 11101

Color Harmonies of #468610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468610

Black with #468610

Text Example


Text Example

White with #468610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468610; }

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

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

background-color css

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

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

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

border-color css

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

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

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