Html Css Color HEX #467815 Bilbao

📋 copy color: '#467815'

red 70 ◦ green 120 ◦ blue 21

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

Shades of Bilbao #467815

Tints of Bilbao #467815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.95%

R = 33.18%
G = 56.87%
B = 9.95%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#467815 (or 0x467815) is known color: Bilbao. HEX triplet: 46, 78 and 15. RGB value is (70,120,21). Sum of RGB (Red+Green+Blue) = 70+120+21=211 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.18% from 211); Green value is 120 (47.27% from 255 or 56.87% from 211); Blue value is 21 (8.59% from 255 or 9.95% from 211); Max value from RGB is 120 - color contains mainly: green. Hex color #467815 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467815 is #B987EA. Grayscale: #5E5E5E. Windows color (decimal): -12158955 or 1407046. OLE color: 1407046.

HSL color Cylindrical-coordinate representation of color #467815: hue angle of 90.3º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #467815 is Cyan = 0.42, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB 70 120 21 -
CMYK 0.42 0 0.83 0.53
HSL 90.3º 0.7% 0.28% -
HSV(B) 90.3º 0.83% 0.47% -
XYZ 9.38 14.79 3.07 -
YUV 93.76 86.94 111.05 -
System Red Green Blue C M Y K H S L
Decimal 70 120 21 0.42 0 0.83 0.53 90.3 0.7 0.28
Hex 46 78 15 2A 0 53 35 5A 46 1C
Octal 106 170 25 52 0 123 65 132 106 34
Binary 1000110 1111000 10101 101010 0 1010011 110101 1011010 1000110 11100

Color Harmonies of #467815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467815

Black with #467815

Text Example


Text Example

White with #467815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467815; }

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

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

background-color css

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

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

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

border-color css

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

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

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