Html Css Color HEX #467F2F Bilbao

📋 copy color: '#467F2F'

red 70 ◦ green 127 ◦ blue 47

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

Shades of Bilbao #467F2F

Tints of Bilbao #467F2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 19.26%

R = 28.69%
G = 52.05%
B = 19.26%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.63

 K value IS 0.50

RGB Variations

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

Color information

#467F2F (or 0x467F2F) is known color: Bilbao. HEX triplet: 46, 7F and 2F. RGB value is (70,127,47). Sum of RGB (Red+Green+Blue) = 70+127+47=244 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.69% from 244); Green value is 127 (50% from 255 or 52.05% from 244); Blue value is 47 (18.75% from 255 or 19.26% from 244); Max value from RGB is 127 - color contains mainly: green. Hex color #467F2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467F2F is #B980D0. Grayscale: #656565. Windows color (decimal): -12157137 or 3112774. OLE color: 3112774.

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

Color convert

RGB 70 127 47 -
CMYK 0.45 0 0.63 0.50
HSL 102.75º 0.46% 0.34% -
HSV(B) 102.75º 0.63% 0.5% -
XYZ 10.63 16.69 5.35 -
YUV 100.84 97.62 106 -
System Red Green Blue C M Y K H S L
Decimal 70 127 47 0.45 0 0.63 0.50 102.75 0.46 0.34
Hex 46 7F 2F 2D 0 3F 32 67 2E 22
Octal 106 177 57 55 0 77 62 147 56 42
Binary 1000110 1111111 101111 101101 0 111111 110010 1100111 101110 100010

Color Harmonies of #467F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467F2F

Black with #467F2F

Text Example


Text Example

White with #467F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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