Html Css Color HEX #468410 Bilbao

📋 copy color: '#468410'

red 70 ◦ green 132 ◦ blue 16

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

Shades of Bilbao #468410

Tints of Bilbao #468410

RGB

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

 GREEN value IS 132 (51.95% from 255) = 60.55%

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

R = 32.11%
G = 60.55%
B = 7.34%

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

#468410 (or 0x468410) is known color: Bilbao. HEX triplet: 46, 84 and 10. RGB value is (70,132,16). Sum of RGB (Red+Green+Blue) = 70+132+16=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 132 (51.95% from 255 or 60.55% from 218); Blue value is 16 (6.64% from 255 or 7.34% from 218); Max value from RGB is 132 - color contains mainly: green. Hex color #468410 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468410 is #B97BEF. Grayscale: #646464. Windows color (decimal): -12155888 or 1082438. OLE color: 1082438.

HSL color Cylindrical-coordinate representation of color #468410: hue angle of 92.07º degrees, saturation: 0.78, 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 #468410 is Cyan = 0.47, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.48.

Color convert

RGB 70 132 16 -
CMYK 0.47 0 0.88 0.48
HSL 92.07º 0.78% 0.29% -
HSV(B) 92.07º 0.88% 0.52% -
XYZ 10.87 17.84 3.36 -
YUV 100.24 80.46 106.43 -
System Red Green Blue C M Y K H S L
Decimal 70 132 16 0.47 0 0.88 0.48 92.07 0.78 0.29
Hex 46 84 10 2F 0 58 30 5C 4E 1D
Octal 106 204 20 57 0 130 60 134 116 35
Binary 1000110 10000100 10000 101111 0 1011000 110000 1011100 1001110 11101

Color Harmonies of #468410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468410

Black with #468410

Text Example


Text Example

White with #468410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468410; }

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

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

background-color css

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

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

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

border-color css

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

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

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