Html Css Color HEX #467811 Bilbao

📋 copy color: '#467811'

red 70 ◦ green 120 ◦ blue 17

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

Shades of Bilbao #467811

Tints of Bilbao #467811

RGB

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

 GREEN value IS 120 (47.27% from 255) = 57.97%

 BLUE value IS 17 (7.03% from 255) = 8.21%

R = 33.82%
G = 57.97%
B = 8.21%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.86

 K value IS 0.53

RGB Variations

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

Color information

#467811 (or 0x467811) is known color: Bilbao. HEX triplet: 46, 78 and 11. RGB value is (70,120,17). Sum of RGB (Red+Green+Blue) = 70+120+17=207 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.82% from 207); Green value is 120 (47.27% from 255 or 57.97% from 207); Blue value is 17 (7.03% from 255 or 8.21% from 207); Max value from RGB is 120 - color contains mainly: green. Hex color #467811 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467811 is #B987EE. Grayscale: #5D5D5D. Windows color (decimal): -12158959 or 1144902. OLE color: 1144902.

HSL color Cylindrical-coordinate representation of color #467811: hue angle of 89.13º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #467811 is Cyan = 0.42, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.53.

Color convert

RGB 70 120 17 -
CMYK 0.42 0 0.86 0.53
HSL 89.13º 0.75% 0.27% -
HSV(B) 89.13º 0.86% 0.47% -
XYZ 9.34 14.78 2.89 -
YUV 93.31 84.94 111.38 -
System Red Green Blue C M Y K H S L
Decimal 70 120 17 0.42 0 0.86 0.53 89.13 0.75 0.27
Hex 46 78 11 2A 0 56 35 59 4B 1B
Octal 106 170 21 52 0 126 65 131 113 33
Binary 1000110 1111000 10001 101010 0 1010110 110101 1011001 1001011 11011

Color Harmonies of #467811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467811

Black with #467811

Text Example


Text Example

White with #467811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467811; }

 p { color: rgb(70,120,17); }

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

background-color css

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

 a { background-color: rgb(70,120,17); }

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

border-color css

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

 span { border-color: rgb(70,120,17); }

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