Html Css Color HEX #467914 Bilbao

📋 copy color: '#467914'

red 70 ◦ green 121 ◦ blue 20

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

Shades of Bilbao #467914

Tints of Bilbao #467914

RGB

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

 GREEN value IS 121 (47.66% from 255) = 57.35%

 BLUE value IS 20 (8.2% from 255) = 9.48%

R = 33.18%
G = 57.35%
B = 9.48%

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

#467914 (or 0x467914) is known color: Bilbao. HEX triplet: 46, 79 and 14. RGB value is (70,121,20). Sum of RGB (Red+Green+Blue) = 70+121+20=211 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.18% from 211); Green value is 121 (47.66% from 255 or 57.35% from 211); Blue value is 20 (8.20% from 255 or 9.48% from 211); Max value from RGB is 121 - color contains mainly: green. Hex color #467914 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467914 is #B986EB. Grayscale: #5E5E5E. Windows color (decimal): -12158700 or 1341766. OLE color: 1341766.

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

Color convert

RGB 70 121 20 -
CMYK 0.42 0 0.83 0.53
HSL 90.3º 0.72% 0.28% -
HSV(B) 90.3º 0.83% 0.47% -
XYZ 9.49 15.03 3.06 -
YUV 94.24 86.1 110.71 -
System Red Green Blue C M Y K H S L
Decimal 70 121 20 0.42 0 0.83 0.53 90.3 0.72 0.28
Hex 46 79 14 2A 0 53 35 5A 48 1C
Octal 106 171 24 52 0 123 65 132 110 34
Binary 1000110 1111001 10100 101010 0 1010011 110101 1011010 1001000 11100

Color Harmonies of #467914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467914

Black with #467914

Text Example


Text Example

White with #467914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467914; }

 p { color: rgb(70,121,20); }

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

background-color css

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

 a { background-color: rgb(70,121,20); }

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

border-color css

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

 span { border-color: rgb(70,121,20); }

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