Html Css Color HEX #467431 Bilbao

📋 copy color: '#467431'

red 70 ◦ green 116 ◦ blue 49

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

Shades of Bilbao #467431

Tints of Bilbao #467431

RGB

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

 GREEN value IS 116 (45.7% from 255) = 49.36%

 BLUE value IS 49 (19.53% from 255) = 20.85%

R = 29.79%
G = 49.36%
B = 20.85%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#467431 (or 0x467431) is known color: Bilbao. HEX triplet: 46, 74 and 31. RGB value is (70,116,49). Sum of RGB (Red+Green+Blue) = 70+116+49=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 116 (45.70% from 255 or 49.36% from 235); Blue value is 49 (19.53% from 255 or 20.85% from 235); Max value from RGB is 116 - color contains mainly: green. Hex color #467431 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467431 is #B98BCE. Grayscale: #5E5E5E. Windows color (decimal): -12159951 or 3241030. OLE color: 3241030.

HSL color Cylindrical-coordinate representation of color #467431: hue angle of 101.19º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #467431 is Cyan = 0.40, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 116 49 -
CMYK 0.40 0 0.58 0.55
HSL 101.19º 0.41% 0.32% -
HSV(B) 101.19º 0.58% 0.45% -
XYZ 9.33 14.01 5.12 -
YUV 94.61 102.26 110.45 -
System Red Green Blue C M Y K H S L
Decimal 70 116 49 0.40 0 0.58 0.55 101.19 0.41 0.32
Hex 46 74 31 28 0 3A 37 65 29 20
Octal 106 164 61 50 0 72 67 145 51 40
Binary 1000110 1110100 110001 101000 0 111010 110111 1100101 101001 100000

Color Harmonies of #467431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467431

Black with #467431

Text Example


Text Example

White with #467431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467431; }

 p { color: rgb(70,116,49); }

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

background-color css

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

 a { background-color: rgb(70,116,49); }

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

border-color css

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

 span { border-color: rgb(70,116,49); }

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