Html Css Color HEX #46751D Bilbao

📋 copy color: '#46751D'

red 70 ◦ green 117 ◦ blue 29

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

Shades of Bilbao #46751D

Tints of Bilbao #46751D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.43%

R = 32.41%
G = 54.17%
B = 13.43%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#46751D (or 0x46751D) is known color: Bilbao. HEX triplet: 46, 75 and 1D. RGB value is (70,117,29). Sum of RGB (Red+Green+Blue) = 70+117+29=216 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.41% from 216); Green value is 117 (46.09% from 255 or 54.17% from 216); Blue value is 29 (11.72% from 255 or 13.43% from 216); Max value from RGB is 117 - color contains mainly: green. Hex color #46751D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46751D is #B98AE2. Grayscale: #5D5D5D. Windows color (decimal): -12159715 or 1930566. OLE color: 1930566.

HSL color Cylindrical-coordinate representation of color #46751D: hue angle of 92.05º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #46751D is Cyan = 0.40, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB 70 117 29 -
CMYK 0.40 0 0.75 0.54
HSL 92.05º 0.6% 0.29% -
HSV(B) 92.05º 0.75% 0.46% -
XYZ 9.11 14.11 3.41 -
YUV 92.92 91.93 111.66 -
System Red Green Blue C M Y K H S L
Decimal 70 117 29 0.40 0 0.75 0.54 92.05 0.6 0.29
Hex 46 75 1D 28 0 4B 36 5C 3C 1D
Octal 106 165 35 50 0 113 66 134 74 35
Binary 1000110 1110101 11101 101000 0 1001011 110110 1011100 111100 11101

Color Harmonies of #46751D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46751D

Black with #46751D

Text Example


Text Example

White with #46751D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46751D; }

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

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

background-color css

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

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

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

border-color css

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

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

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