Html Css Color HEX #468400 Bilbao

📋 copy color: '#468400'

red 70 ◦ green 132 ◦ blue 0

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

Shades of Bilbao #468400

Tints of Bilbao #468400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 34.65%
G = 65.35%
B = 0%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#468400 (or 0x468400) is known color: Bilbao. HEX triplet: 46, 84 and 00. RGB value is (70,132,0). Sum of RGB (Red+Green+Blue) = 70+132+0=202 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.65% from 202); Green value is 132 (51.95% from 255 or 65.35% from 202); Blue value is 0 (0.39% from 255 or 0% from 202); Max value from RGB is 132 - color contains mainly: green. Hex color #468400 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468400 is #B97BFF. Grayscale: #626262. Windows color (decimal): -12155904 or 33862. OLE color: 33862.

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

Color convert

RGB 70 132 0 -
CMYK 0.47 0 1 0.48
HSL 88.18º 1% 0.26% -
HSV(B) 88.18º 1% 0.52% -
XYZ 10.78 17.8 2.87 -
YUV 98.41 72.46 107.73 -
System Red Green Blue C M Y K H S L
Decimal 70 132 0 0.47 0 1 0.48 88.18 1 0.26
Hex 46 84 0 2F 0 64 30 58 64 1A
Octal 106 204 0 57 0 144 60 130 144 32
Binary 1000110 10000100 0 101111 0 1100100 110000 1011000 1100100 11010

Color Harmonies of #468400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468400

Black with #468400

Text Example


Text Example

White with #468400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468400; }

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

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

background-color css

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

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

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

border-color css

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

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

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