Html Css Color HEX #467A13 Bilbao

📋 copy color: '#467A13'

red 70 ◦ green 122 ◦ blue 19

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

Shades of Bilbao #467A13

Tints of Bilbao #467A13

RGB

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

 GREEN value IS 122 (48.05% from 255) = 57.82%

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

R = 33.18%
G = 57.82%
B = 9%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.84

 K value IS 0.52

RGB Variations

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

Color information

#467A13 (or 0x467A13) is known color: Bilbao. HEX triplet: 46, 7A and 13. RGB value is (70,122,19). Sum of RGB (Red+Green+Blue) = 70+122+19=211 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.18% from 211); Green value is 122 (48.05% from 255 or 57.82% from 211); Blue value is 19 (7.81% from 255 or 9.00% from 211); Max value from RGB is 122 - color contains mainly: green. Hex color #467A13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467A13 is #B985EC. Grayscale: #5F5F5F. Windows color (decimal): -12158445 or 1276486. OLE color: 1276486.

HSL color Cylindrical-coordinate representation of color #467A13: hue angle of 90.29º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #467A13 is Cyan = 0.43, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.52.

Color convert

RGB 70 122 19 -
CMYK 0.43 0 0.84 0.52
HSL 90.29º 0.73% 0.28% -
HSV(B) 90.29º 0.84% 0.48% -
XYZ 9.6 15.27 3.06 -
YUV 94.71 85.27 110.38 -
System Red Green Blue C M Y K H S L
Decimal 70 122 19 0.43 0 0.84 0.52 90.29 0.73 0.28
Hex 46 7A 13 2B 0 54 34 5A 49 1C
Octal 106 172 23 53 0 124 64 132 111 34
Binary 1000110 1111010 10011 101011 0 1010100 110100 1011010 1001001 11100

Color Harmonies of #467A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467A13

Black with #467A13

Text Example


Text Example

White with #467A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467A13; }

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

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

background-color css

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

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

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

border-color css

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

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

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