Html Css Color HEX #468004 Bilbao

📋 copy color: '#468004'

red 70 ◦ green 128 ◦ blue 4

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

Shades of Bilbao #468004

Tints of Bilbao #468004

RGB

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

 GREEN value IS 128 (50.39% from 255) = 63.37%

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

R = 34.65%
G = 63.37%
B = 1.98%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.97

 K value IS 0.50

RGB Variations

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

Color information

#468004 (or 0x468004) is known color: Bilbao. HEX triplet: 46, 80 and 04. RGB value is (70,128,4). Sum of RGB (Red+Green+Blue) = 70+128+4=202 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.65% from 202); Green value is 128 (50.39% from 255 or 63.37% from 202); Blue value is 4 (1.95% from 255 or 1.98% from 202); Max value from RGB is 128 - color contains mainly: green. Hex color #468004 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468004 is #B97FFB. Grayscale: #606060. Windows color (decimal): -12156924 or 294982. OLE color: 294982.

HSL color Cylindrical-coordinate representation of color #468004: hue angle of 88.06º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #468004 is Cyan = 0.45, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.50.

Color convert

RGB 70 128 4 -
CMYK 0.45 0 0.97 0.50
HSL 88.06º 0.94% 0.26% -
HSV(B) 88.06º 0.97% 0.5% -
XYZ 10.27 16.75 2.81 -
YUV 96.52 75.78 109.08 -
System Red Green Blue C M Y K H S L
Decimal 70 128 4 0.45 0 0.97 0.50 88.06 0.94 0.26
Hex 46 80 4 2D 0 61 32 58 5E 1A
Octal 106 200 4 55 0 141 62 130 136 32
Binary 1000110 10000000 100 101101 0 1100001 110010 1011000 1011110 11010

Color Harmonies of #468004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468004

Black with #468004

Text Example


Text Example

White with #468004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468004; }

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

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

background-color css

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

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

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

border-color css

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

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

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