Html Css Color HEX #467F16 Bilbao

📋 copy color: '#467F16'

red 70 ◦ green 127 ◦ blue 22

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

Shades of Bilbao #467F16

Tints of Bilbao #467F16

RGB

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

 GREEN value IS 127 (50% from 255) = 57.99%

 BLUE value IS 22 (8.98% from 255) = 10.05%

R = 31.96%
G = 57.99%
B = 10.05%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.83

 K value IS 0.50

RGB Variations

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

Color information

#467F16 (or 0x467F16) is known color: Bilbao. HEX triplet: 46, 7F and 16. RGB value is (70,127,22). Sum of RGB (Red+Green+Blue) = 70+127+22=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 127 (50% from 255 or 57.99% from 219); Blue value is 22 (8.98% from 255 or 10.05% from 219); Max value from RGB is 127 - color contains mainly: green. Hex color #467F16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467F16 is #B980E9. Grayscale: #626262. Windows color (decimal): -12157162 or 1474374. OLE color: 1474374.

HSL color Cylindrical-coordinate representation of color #467F16: hue angle of 92.57º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #467F16 is Cyan = 0.45, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.50.

Color convert

RGB 70 127 22 -
CMYK 0.45 0 0.83 0.50
HSL 92.57º 0.7% 0.29% -
HSV(B) 92.57º 0.83% 0.5% -
XYZ 10.26 16.54 3.41 -
YUV 97.99 85.12 108.04 -
System Red Green Blue C M Y K H S L
Decimal 70 127 22 0.45 0 0.83 0.50 92.57 0.7 0.29
Hex 46 7F 16 2D 0 53 32 5D 46 1D
Octal 106 177 26 55 0 123 62 135 106 35
Binary 1000110 1111111 10110 101101 0 1010011 110010 1011101 1000110 11101

Color Harmonies of #467F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467F16

Black with #467F16

Text Example


Text Example

White with #467F16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,127,22); }

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

background-color css

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

 a { background-color: rgb(70,127,22); }

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

border-color css

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

 span { border-color: rgb(70,127,22); }

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