Html Css Color HEX #467E00 Bilbao

📋 copy color: '#467E00'

red 70 ◦ green 126 ◦ blue 0

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

Shades of Bilbao #467E00

Tints of Bilbao #467E00

RGB

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

 GREEN value IS 126 (49.61% from 255) = 64.29%

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

R = 35.71%
G = 64.29%
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

#467E00 (or 0x467E00) is known color: Bilbao. HEX triplet: 46, 7E and 00. RGB value is (70,126,0). Sum of RGB (Red+Green+Blue) = 70+126+0=196 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.71% from 196); Green value is 126 (49.61% from 255 or 64.29% from 196); Blue value is 0 (0.39% from 255 or 0% from 196); Max value from RGB is 126 - color contains mainly: green. Hex color #467E00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467E00 is #B981FF. Grayscale: #5F5F5F. Windows color (decimal): -12157440 or 32326. OLE color: 32326.

HSL color Cylindrical-coordinate representation of color #467E00: hue angle of 86.67º 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 #467E00 is Cyan = 0.44, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.51.

Color convert

RGB 70 126 0 -
CMYK 0.44 0 1 0.51
HSL 86.67º 1% 0.25% -
HSV(B) 86.67º 1% 0.49% -
XYZ 9.99 16.22 2.61 -
YUV 94.89 74.45 110.25 -
System Red Green Blue C M Y K H S L
Decimal 70 126 0 0.44 0 1 0.51 86.67 1 0.25
Hex 46 7E 0 2C 0 64 33 57 64 19
Octal 106 176 0 54 0 144 63 127 144 31
Binary 1000110 1111110 0 101100 0 1100100 110011 1010111 1100100 11001

Color Harmonies of #467E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467E00

Black with #467E00

Text Example


Text Example

White with #467E00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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