Html Css Color HEX #468404 Bilbao

📋 copy color: '#468404'

red 70 ◦ green 132 ◦ blue 4

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

Shades of Bilbao #468404

Tints of Bilbao #468404

RGB

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

 GREEN value IS 132 (51.95% from 255) = 64.08%

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

R = 33.98%
G = 64.08%
B = 1.94%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#468404 (or 0x468404) is known color: Bilbao. HEX triplet: 46, 84 and 04. RGB value is (70,132,4). Sum of RGB (Red+Green+Blue) = 70+132+4=206 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.98% from 206); Green value is 132 (51.95% from 255 or 64.08% from 206); Blue value is 4 (1.95% from 255 or 1.94% from 206); Max value from RGB is 132 - color contains mainly: green. Hex color #468404 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468404 is #B97BFB. Grayscale: #636363. Windows color (decimal): -12155900 or 296006. OLE color: 296006.

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

Color convert

RGB 70 132 4 -
CMYK 0.47 0 0.97 0.48
HSL 89.06º 0.94% 0.27% -
HSV(B) 89.06º 0.97% 0.52% -
XYZ 10.8 17.81 2.98 -
YUV 98.87 74.46 107.41 -
System Red Green Blue C M Y K H S L
Decimal 70 132 4 0.47 0 0.97 0.48 89.06 0.94 0.27
Hex 46 84 4 2F 0 61 30 59 5E 1B
Octal 106 204 4 57 0 141 60 131 136 33
Binary 1000110 10000100 100 101111 0 1100001 110000 1011001 1011110 11011

Color Harmonies of #468404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468404

Black with #468404

Text Example


Text Example

White with #468404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468404; }

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

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

background-color css

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

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

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

border-color css

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

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

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