Html Css Color HEX #46771F Bilbao

📋 copy color: '#46771F'

red 70 ◦ green 119 ◦ blue 31

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

Shades of Bilbao #46771F

Tints of Bilbao #46771F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 54.09%

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

R = 31.82%
G = 54.09%
B = 14.09%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#46771F (or 0x46771F) is known color: Bilbao. HEX triplet: 46, 77 and 1F. RGB value is (70,119,31). Sum of RGB (Red+Green+Blue) = 70+119+31=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 119 (46.88% from 255 or 54.09% from 220); Blue value is 31 (12.5% from 255 or 14.09% from 220); Max value from RGB is 119 - color contains mainly: green. Hex color #46771F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46771F is #B988E0. Grayscale: #5E5E5E. Windows color (decimal): -12159201 or 2062150. OLE color: 2062150.

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

Color convert

RGB 70 119 31 -
CMYK 0.41 0 0.74 0.53
HSL 93.41º 0.59% 0.29% -
HSV(B) 93.41º 0.74% 0.47% -
XYZ 9.37 14.59 3.62 -
YUV 94.32 92.27 110.66 -
System Red Green Blue C M Y K H S L
Decimal 70 119 31 0.41 0 0.74 0.53 93.41 0.59 0.29
Hex 46 77 1F 29 0 4A 35 5D 3B 1D
Octal 106 167 37 51 0 112 65 135 73 35
Binary 1000110 1110111 11111 101001 0 1001010 110101 1011101 111011 11101

Color Harmonies of #46771F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46771F

Black with #46771F

Text Example


Text Example

White with #46771F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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