Html Css Color HEX #467F05 Bilbao

📋 copy color: '#467F05'

red 70 ◦ green 127 ◦ blue 5

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

Shades of Bilbao #467F05

Tints of Bilbao #467F05

RGB

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

 GREEN value IS 127 (50% from 255) = 62.87%

 BLUE value IS 5 (2.34% from 255) = 2.48%

R = 34.65%
G = 62.87%
B = 2.48%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.96

 K value IS 0.50

RGB Variations

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

Color information

#467F05 (or 0x467F05) is known color: Bilbao. HEX triplet: 46, 7F and 05. RGB value is (70,127,5). Sum of RGB (Red+Green+Blue) = 70+127+5=202 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.65% from 202); Green value is 127 (50% from 255 or 62.87% from 202); Blue value is 5 (2.34% from 255 or 2.48% from 202); Max value from RGB is 127 - color contains mainly: green. Hex color #467F05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467F05 is #B980FA. Grayscale: #606060. Windows color (decimal): -12157179 or 360262. OLE color: 360262.

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

Color convert

RGB 70 127 5 -
CMYK 0.45 0 0.96 0.50
HSL 88.03º 0.92% 0.26% -
HSV(B) 88.03º 0.96% 0.5% -
XYZ 10.14 16.49 2.79 -
YUV 96.05 76.62 109.42 -
System Red Green Blue C M Y K H S L
Decimal 70 127 5 0.45 0 0.96 0.50 88.03 0.92 0.26
Hex 46 7F 5 2D 0 60 32 58 5C 1A
Octal 106 177 5 55 0 140 62 130 134 32
Binary 1000110 1111111 101 101101 0 1100000 110010 1011000 1011100 11010

Color Harmonies of #467F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467F05

Black with #467F05

Text Example


Text Example

White with #467F05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,127,5); }

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

background-color css

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

 a { background-color: rgb(70,127,5); }

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

border-color css

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

 span { border-color: rgb(70,127,5); }

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