Html Css Color HEX #467916 Bilbao

📋 copy color: '#467916'

red 70 ◦ green 121 ◦ blue 22

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

Shades of Bilbao #467916

Tints of Bilbao #467916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10.33%

R = 32.86%
G = 56.81%
B = 10.33%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#467916 (or 0x467916) is known color: Bilbao. HEX triplet: 46, 79 and 16. RGB value is (70,121,22). Sum of RGB (Red+Green+Blue) = 70+121+22=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 121 (47.66% from 255 or 56.81% from 213); Blue value is 22 (8.98% from 255 or 10.33% from 213); Max value from RGB is 121 - color contains mainly: green. Hex color #467916 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467916 is #B986E9. Grayscale: #5E5E5E. Windows color (decimal): -12158698 or 1472838. OLE color: 1472838.

HSL color Cylindrical-coordinate representation of color #467916: hue angle of 90.91º degrees, saturation: 0.69, 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 #467916 is Cyan = 0.42, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB 70 121 22 -
CMYK 0.42 0 0.82 0.53
HSL 90.91º 0.69% 0.28% -
HSV(B) 90.91º 0.82% 0.47% -
XYZ 9.51 15.03 3.16 -
YUV 94.47 87.1 110.55 -
System Red Green Blue C M Y K H S L
Decimal 70 121 22 0.42 0 0.82 0.53 90.91 0.69 0.28
Hex 46 79 16 2A 0 52 35 5B 45 1C
Octal 106 171 26 52 0 122 65 133 105 34
Binary 1000110 1111001 10110 101010 0 1010010 110101 1011011 1000101 11100

Color Harmonies of #467916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467916

Black with #467916

Text Example


Text Example

White with #467916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467916; }

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

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

background-color css

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

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

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

border-color css

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

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

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