Html Css Color HEX #467D11 Bilbao

📋 copy color: '#467D11'

red 70 ◦ green 125 ◦ blue 17

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

Shades of Bilbao #467D11

Tints of Bilbao #467D11

RGB

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

 GREEN value IS 125 (49.22% from 255) = 58.96%

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

R = 33.02%
G = 58.96%
B = 8.02%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.86

 K value IS 0.51

RGB Variations

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

Color information

#467D11 (or 0x467D11) is known color: Bilbao. HEX triplet: 46, 7D and 11. RGB value is (70,125,17). Sum of RGB (Red+Green+Blue) = 70+125+17=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 125 (49.22% from 255 or 58.96% from 212); Blue value is 17 (7.03% from 255 or 8.02% from 212); Max value from RGB is 125 - color contains mainly: green. Hex color #467D11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467D11 is #B982EE. Grayscale: #606060. Windows color (decimal): -12157679 or 1146182. OLE color: 1146182.

HSL color Cylindrical-coordinate representation of color #467D11: hue angle of 90.56º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #467D11 is Cyan = 0.44, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.51.

Color convert

RGB 70 125 17 -
CMYK 0.44 0 0.86 0.51
HSL 90.56º 0.76% 0.28% -
HSV(B) 90.56º 0.86% 0.49% -
XYZ 9.96 16.01 3.1 -
YUV 96.24 83.28 109.28 -
System Red Green Blue C M Y K H S L
Decimal 70 125 17 0.44 0 0.86 0.51 90.56 0.76 0.28
Hex 46 7D 11 2C 0 56 33 5B 4C 1C
Octal 106 175 21 54 0 126 63 133 114 34
Binary 1000110 1111101 10001 101100 0 1010110 110011 1011011 1001100 11100

Color Harmonies of #467D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467D11

Black with #467D11

Text Example


Text Example

White with #467D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467D11; }

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

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

background-color css

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

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

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

border-color css

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

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

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