Html Css Color HEX #467F2C Bilbao

📋 copy color: '#467F2C'

red 70 ◦ green 127 ◦ blue 44

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

Shades of Bilbao #467F2C

Tints of Bilbao #467F2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 18.26%

R = 29.05%
G = 52.7%
B = 18.26%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.65

 K value IS 0.50

RGB Variations

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

Color information

#467F2C (or 0x467F2C) is known color: Bilbao. HEX triplet: 46, 7F and 2C. RGB value is (70,127,44). Sum of RGB (Red+Green+Blue) = 70+127+44=241 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.05% from 241); Green value is 127 (50% from 255 or 52.70% from 241); Blue value is 44 (17.58% from 255 or 18.26% from 241); Max value from RGB is 127 - color contains mainly: green. Hex color #467F2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467F2C is #B980D3. Grayscale: #646464. Windows color (decimal): -12157140 or 2916166. OLE color: 2916166.

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

Color convert

RGB 70 127 44 -
CMYK 0.45 0 0.65 0.50
HSL 101.2º 0.49% 0.34% -
HSV(B) 101.2º 0.65% 0.5% -
XYZ 10.57 16.66 5.04 -
YUV 100.5 96.12 106.25 -
System Red Green Blue C M Y K H S L
Decimal 70 127 44 0.45 0 0.65 0.50 101.2 0.49 0.34
Hex 46 7F 2C 2D 0 41 32 65 31 22
Octal 106 177 54 55 0 101 62 145 61 42
Binary 1000110 1111111 101100 101101 0 1000001 110010 1100101 110001 100010

Color Harmonies of #467F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467F2C

Black with #467F2C

Text Example


Text Example

White with #467F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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