Html Css Color HEX #467F32 Bilbao

📋 copy color: '#467F32'

red 70 ◦ green 127 ◦ blue 50

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

Shades of Bilbao #467F32

Tints of Bilbao #467F32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 20.24%

R = 28.34%
G = 51.42%
B = 20.24%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.61

 K value IS 0.50

RGB Variations

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

Color information

#467F32 (or 0x467F32) is known color: Bilbao. HEX triplet: 46, 7F and 32. RGB value is (70,127,50). Sum of RGB (Red+Green+Blue) = 70+127+50=247 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.34% from 247); Green value is 127 (50% from 255 or 51.42% from 247); Blue value is 50 (19.92% from 255 or 20.24% from 247); Max value from RGB is 127 - color contains mainly: green. Hex color #467F32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467F32 is #B980CD. Grayscale: #656565. Windows color (decimal): -12157134 or 3309382. OLE color: 3309382.

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

Color convert

RGB 70 127 50 -
CMYK 0.45 0 0.61 0.50
HSL 104.42º 0.44% 0.35% -
HSV(B) 104.42º 0.61% 0.5% -
XYZ 10.69 16.71 5.68 -
YUV 101.18 99.12 105.76 -
System Red Green Blue C M Y K H S L
Decimal 70 127 50 0.45 0 0.61 0.50 104.42 0.44 0.35
Hex 46 7F 32 2D 0 3D 32 68 2C 23
Octal 106 177 62 55 0 75 62 150 54 43
Binary 1000110 1111111 110010 101101 0 111101 110010 1101000 101100 100011

Color Harmonies of #467F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467F32

Black with #467F32

Text Example


Text Example

White with #467F32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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