Html Css Color HEX #46752D Bilbao

📋 copy color: '#46752D'

red 70 ◦ green 117 ◦ blue 45

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

Shades of Bilbao #46752D

Tints of Bilbao #46752D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 19.4%

R = 30.17%
G = 50.43%
B = 19.4%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#46752D (or 0x46752D) is known color: Bilbao. HEX triplet: 46, 75 and 2D. RGB value is (70,117,45). Sum of RGB (Red+Green+Blue) = 70+117+45=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 117 (46.09% from 255 or 50.43% from 232); Blue value is 45 (17.97% from 255 or 19.40% from 232); Max value from RGB is 117 - color contains mainly: green. Hex color #46752D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46752D is #B98AD2. Grayscale: #5E5E5E. Windows color (decimal): -12159699 or 2979142. OLE color: 2979142.

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

Color convert

RGB 70 117 45 -
CMYK 0.40 0 0.62 0.54
HSL 99.17º 0.44% 0.32% -
HSV(B) 99.17º 0.62% 0.46% -
XYZ 9.36 14.21 4.73 -
YUV 94.74 99.93 110.35 -
System Red Green Blue C M Y K H S L
Decimal 70 117 45 0.40 0 0.62 0.54 99.17 0.44 0.32
Hex 46 75 2D 28 0 3E 36 63 2C 20
Octal 106 165 55 50 0 76 66 143 54 40
Binary 1000110 1110101 101101 101000 0 111110 110110 1100011 101100 100000

Color Harmonies of #46752D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46752D

Black with #46752D

Text Example


Text Example

White with #46752D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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