Html Css Color HEX #467520 Bilbao

📋 copy color: '#467520'

red 70 ◦ green 117 ◦ blue 32

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

Shades of Bilbao #467520

Tints of Bilbao #467520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 14.61%

R = 31.96%
G = 53.42%
B = 14.61%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#467520 (or 0x467520) is known color: Bilbao. HEX triplet: 46, 75 and 20. RGB value is (70,117,32). Sum of RGB (Red+Green+Blue) = 70+117+32=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 117 (46.09% from 255 or 53.42% from 219); Blue value is 32 (12.89% from 255 or 14.61% from 219); Max value from RGB is 117 - color contains mainly: green. Hex color #467520 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467520 is #B98ADF. Grayscale: #5D5D5D. Windows color (decimal): -12159712 or 2127174. OLE color: 2127174.

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

Color convert

RGB 70 117 32 -
CMYK 0.40 0 0.73 0.54
HSL 93.18º 0.57% 0.29% -
HSV(B) 93.18º 0.73% 0.46% -
XYZ 9.15 14.13 3.61 -
YUV 93.26 93.43 111.41 -
System Red Green Blue C M Y K H S L
Decimal 70 117 32 0.40 0 0.73 0.54 93.18 0.57 0.29
Hex 46 75 20 28 0 49 36 5D 39 1D
Octal 106 165 40 50 0 111 66 135 71 35
Binary 1000110 1110101 100000 101000 0 1001001 110110 1011101 111001 11101

Color Harmonies of #467520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467520

Black with #467520

Text Example


Text Example

White with #467520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467520; }

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

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

background-color css

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

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

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

border-color css

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

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

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