Html Css Color HEX #467904 Bilbao

📋 copy color: '#467904'

red 70 ◦ green 121 ◦ blue 4

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

Shades of Bilbao #467904

Tints of Bilbao #467904

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.05%

R = 35.9%
G = 62.05%
B = 2.05%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#467904 (or 0x467904) is known color: Bilbao. HEX triplet: 46, 79 and 04. RGB value is (70,121,4). Sum of RGB (Red+Green+Blue) = 70+121+4=195 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.90% from 195); Green value is 121 (47.66% from 255 or 62.05% from 195); Blue value is 4 (1.95% from 255 or 2.05% from 195); Max value from RGB is 121 - color contains mainly: green. Hex color #467904 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467904 is #B986FB. Grayscale: #5C5C5C. Windows color (decimal): -12158716 or 293190. OLE color: 293190.

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

Color convert

RGB 70 121 4 -
CMYK 0.42 0 0.97 0.53
HSL 86.15º 0.94% 0.25% -
HSV(B) 86.15º 0.97% 0.47% -
XYZ 9.39 14.99 2.51 -
YUV 92.41 78.1 112.01 -
System Red Green Blue C M Y K H S L
Decimal 70 121 4 0.42 0 0.97 0.53 86.15 0.94 0.25
Hex 46 79 4 2A 0 61 35 56 5E 19
Octal 106 171 4 52 0 141 65 126 136 31
Binary 1000110 1111001 100 101010 0 1100001 110101 1010110 1011110 11001

Color Harmonies of #467904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467904

Black with #467904

Text Example


Text Example

White with #467904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467904; }

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

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

background-color css

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

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

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

border-color css

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

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

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