Html Css Color HEX #467911 Bilbao

📋 copy color: '#467911'

red 70 ◦ green 121 ◦ blue 17

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

Shades of Bilbao #467911

Tints of Bilbao #467911

RGB

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

 GREEN value IS 121 (47.66% from 255) = 58.17%

 BLUE value IS 17 (7.03% from 255) = 8.17%

R = 33.65%
G = 58.17%
B = 8.17%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.86

 K value IS 0.53

RGB Variations

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

Color information

#467911 (or 0x467911) is known color: Bilbao. HEX triplet: 46, 79 and 11. RGB value is (70,121,17). Sum of RGB (Red+Green+Blue) = 70+121+17=208 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.65% from 208); Green value is 121 (47.66% from 255 or 58.17% from 208); Blue value is 17 (7.03% from 255 or 8.17% from 208); Max value from RGB is 121 - color contains mainly: green. Hex color #467911 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467911 is #B986EE. Grayscale: #5E5E5E. Windows color (decimal): -12158703 or 1145158. OLE color: 1145158.

HSL color Cylindrical-coordinate representation of color #467911: hue angle of 89.42º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #467911 is Cyan = 0.42, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.53.

Color convert

RGB 70 121 17 -
CMYK 0.42 0 0.86 0.53
HSL 89.42º 0.75% 0.27% -
HSV(B) 89.42º 0.86% 0.47% -
XYZ 9.46 15.02 2.93 -
YUV 93.9 84.6 110.96 -
System Red Green Blue C M Y K H S L
Decimal 70 121 17 0.42 0 0.86 0.53 89.42 0.75 0.27
Hex 46 79 11 2A 0 56 35 59 4B 1B
Octal 106 171 21 52 0 126 65 131 113 33
Binary 1000110 1111001 10001 101010 0 1010110 110101 1011001 1001011 11011

Color Harmonies of #467911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467911

Black with #467911

Text Example


Text Example

White with #467911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467911; }

 p { color: rgb(70,121,17); }

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

background-color css

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

 a { background-color: rgb(70,121,17); }

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

border-color css

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

 span { border-color: rgb(70,121,17); }

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