Html Css Color HEX #46752E Bilbao

📋 copy color: '#46752E'

red 70 ◦ green 117 ◦ blue 46

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

Shades of Bilbao #46752E

Tints of Bilbao #46752E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 50.21%

 BLUE value IS 46 (18.36% from 255) = 19.74%

R = 30.04%
G = 50.21%
B = 19.74%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.61

 K value IS 0.54

RGB Variations

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

Color information

#46752E (or 0x46752E) is known color: Bilbao. HEX triplet: 46, 75 and 2E. RGB value is (70,117,46). Sum of RGB (Red+Green+Blue) = 70+117+46=233 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.04% from 233); Green value is 117 (46.09% from 255 or 50.21% from 233); Blue value is 46 (18.36% from 255 or 19.74% from 233); Max value from RGB is 117 - color contains mainly: green. Hex color #46752E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46752E is #B98AD1. Grayscale: #5F5F5F. Windows color (decimal): -12159698 or 3044678. OLE color: 3044678.

HSL color Cylindrical-coordinate representation of color #46752E: hue angle of 99.72º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #46752E is Cyan = 0.40, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB 70 117 46 -
CMYK 0.40 0 0.61 0.54
HSL 99.72º 0.44% 0.32% -
HSV(B) 99.72º 0.61% 0.46% -
XYZ 9.38 14.22 4.84 -
YUV 94.85 100.43 110.27 -
System Red Green Blue C M Y K H S L
Decimal 70 117 46 0.40 0 0.61 0.54 99.72 0.44 0.32
Hex 46 75 2E 28 0 3D 36 64 2C 20
Octal 106 165 56 50 0 75 66 144 54 40
Binary 1000110 1110101 101110 101000 0 111101 110110 1100100 101100 100000

Color Harmonies of #46752E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46752E

Black with #46752E

Text Example


Text Example

White with #46752E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46752E; }

 p { color: rgb(70,117,46); }

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

background-color css

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

 a { background-color: rgb(70,117,46); }

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

border-color css

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

 span { border-color: rgb(70,117,46); }

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