Html Css Color HEX #467D00 Bilbao

📋 copy color: '#467D00'

red 70 ◦ green 125 ◦ blue 0

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

Shades of Bilbao #467D00

Tints of Bilbao #467D00

RGB

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

 GREEN value IS 125 (49.22% from 255) = 64.1%

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

R = 35.9%
G = 64.1%
B = 0%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 1

 K value IS 0.51

RGB Variations

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

Color information

#467D00 (or 0x467D00) is known color: Bilbao. HEX triplet: 46, 7D and 00. RGB value is (70,125,0). Sum of RGB (Red+Green+Blue) = 70+125+0=195 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.90% from 195); Green value is 125 (49.22% from 255 or 64.10% from 195); Blue value is 0 (0.39% from 255 or 0% from 195); Max value from RGB is 125 - color contains mainly: green. Hex color #467D00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467D00 is #B982FF. Grayscale: #5E5E5E. Windows color (decimal): -12157696 or 32070. OLE color: 32070.

HSL color Cylindrical-coordinate representation of color #467D00: hue angle of 86.4º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #467D00 is Cyan = 0.44, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.51.

Color convert

RGB 70 125 0 -
CMYK 0.44 0 1 0.51
HSL 86.4º 1% 0.25% -
HSV(B) 86.4º 1% 0.49% -
XYZ 9.86 15.97 2.56 -
YUV 94.31 74.78 110.66 -
System Red Green Blue C M Y K H S L
Decimal 70 125 0 0.44 0 1 0.51 86.4 1 0.25
Hex 46 7D 0 2C 0 64 33 56 64 19
Octal 106 175 0 54 0 144 63 126 144 31
Binary 1000110 1111101 0 101100 0 1100100 110011 1010110 1100100 11001

Color Harmonies of #467D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467D00

Black with #467D00

Text Example


Text Example

White with #467D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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