Html Css Color HEX #467F15 Bilbao

📋 copy color: '#467F15'

red 70 ◦ green 127 ◦ blue 21

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

Shades of Bilbao #467F15

Tints of Bilbao #467F15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.63%

R = 32.11%
G = 58.26%
B = 9.63%

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

#467F15 (or 0x467F15) is known color: Bilbao. HEX triplet: 46, 7F and 15. RGB value is (70,127,21). Sum of RGB (Red+Green+Blue) = 70+127+21=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 127 (50% from 255 or 58.26% from 218); Blue value is 21 (8.59% from 255 or 9.63% from 218); Max value from RGB is 127 - color contains mainly: green. Hex color #467F15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467F15 is #B980EA. Grayscale: #626262. Windows color (decimal): -12157163 or 1408838. OLE color: 1408838.

HSL color Cylindrical-coordinate representation of color #467F15: hue angle of 92.26º degrees, saturation: 0.72, 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 #467F15 is Cyan = 0.45, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.50.

Color convert

RGB 70 127 21 -
CMYK 0.45 0 0.83 0.50
HSL 92.26º 0.72% 0.29% -
HSV(B) 92.26º 0.83% 0.5% -
XYZ 10.25 16.53 3.36 -
YUV 97.87 84.62 108.12 -
System Red Green Blue C M Y K H S L
Decimal 70 127 21 0.45 0 0.83 0.50 92.26 0.72 0.29
Hex 46 7F 15 2D 0 53 32 5C 48 1D
Octal 106 177 25 55 0 123 62 134 110 35
Binary 1000110 1111111 10101 101101 0 1010011 110010 1011100 1001000 11101

Color Harmonies of #467F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467F15

Black with #467F15

Text Example


Text Example

White with #467F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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