Html Css Color HEX #46761F Bilbao

📋 copy color: '#46761F'

red 70 ◦ green 118 ◦ blue 31

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

Shades of Bilbao #46761F

Tints of Bilbao #46761F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 53.88%

 BLUE value IS 31 (12.5% from 255) = 14.16%

R = 31.96%
G = 53.88%
B = 14.16%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#46761F (or 0x46761F) is known color: Bilbao. HEX triplet: 46, 76 and 1F. RGB value is (70,118,31). Sum of RGB (Red+Green+Blue) = 70+118+31=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 118 (46.48% from 255 or 53.88% from 219); Blue value is 31 (12.5% from 255 or 14.16% from 219); Max value from RGB is 118 - color contains mainly: green. Hex color #46761F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46761F is #B989E0. Grayscale: #5E5E5E. Windows color (decimal): -12159457 or 2061894. OLE color: 2061894.

HSL color Cylindrical-coordinate representation of color #46761F: hue angle of 93.1º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #46761F is Cyan = 0.41, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB 70 118 31 -
CMYK 0.41 0 0.74 0.54
HSL 93.1º 0.58% 0.29% -
HSV(B) 93.1º 0.74% 0.46% -
XYZ 9.25 14.36 3.58 -
YUV 93.73 92.6 111.07 -
System Red Green Blue C M Y K H S L
Decimal 70 118 31 0.41 0 0.74 0.54 93.1 0.58 0.29
Hex 46 76 1F 29 0 4A 36 5D 3A 1D
Octal 106 166 37 51 0 112 66 135 72 35
Binary 1000110 1110110 11111 101001 0 1001010 110110 1011101 111010 11101

Color Harmonies of #46761F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46761F

Black with #46761F

Text Example


Text Example

White with #46761F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46761F; }

 p { color: rgb(70,118,31); }

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

background-color css

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

 a { background-color: rgb(70,118,31); }

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

border-color css

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

 span { border-color: rgb(70,118,31); }

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