Html Css Color HEX #467813 Bilbao

📋 copy color: '#467813'

red 70 ◦ green 120 ◦ blue 19

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

Shades of Bilbao #467813

Tints of Bilbao #467813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.09%

R = 33.49%
G = 57.42%
B = 9.09%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#467813 (or 0x467813) is known color: Bilbao. HEX triplet: 46, 78 and 13. RGB value is (70,120,19). Sum of RGB (Red+Green+Blue) = 70+120+19=209 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.49% from 209); Green value is 120 (47.27% from 255 or 57.42% from 209); Blue value is 19 (7.81% from 255 or 9.09% from 209); Max value from RGB is 120 - color contains mainly: green. Hex color #467813 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467813 is #B987EC. Grayscale: #5D5D5D. Windows color (decimal): -12158957 or 1275974. OLE color: 1275974.

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

Color convert

RGB 70 120 19 -
CMYK 0.42 0 0.84 0.53
HSL 89.7º 0.73% 0.27% -
HSV(B) 89.7º 0.84% 0.47% -
XYZ 9.36 14.78 2.98 -
YUV 93.54 85.94 111.21 -
System Red Green Blue C M Y K H S L
Decimal 70 120 19 0.42 0 0.84 0.53 89.7 0.73 0.27
Hex 46 78 13 2A 0 54 35 5A 49 1B
Octal 106 170 23 52 0 124 65 132 111 33
Binary 1000110 1111000 10011 101010 0 1010100 110101 1011010 1001001 11011

Color Harmonies of #467813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467813

Black with #467813

Text Example


Text Example

White with #467813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467813; }

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

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

background-color css

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

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

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

border-color css

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

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

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