Html Css Color HEX #467F1E Bilbao

📋 copy color: '#467F1E'

red 70 ◦ green 127 ◦ blue 30

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

Shades of Bilbao #467F1E

Tints of Bilbao #467F1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.22%

R = 30.84%
G = 55.95%
B = 13.22%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.76

 K value IS 0.50

RGB Variations

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

Color information

#467F1E (or 0x467F1E) is known color: Bilbao. HEX triplet: 46, 7F and 1E. RGB value is (70,127,30). Sum of RGB (Red+Green+Blue) = 70+127+30=227 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.84% from 227); Green value is 127 (50% from 255 or 55.95% from 227); Blue value is 30 (12.11% from 255 or 13.22% from 227); Max value from RGB is 127 - color contains mainly: green. Hex color #467F1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467F1E is #B980E1. Grayscale: #636363. Windows color (decimal): -12157154 or 1998662. OLE color: 1998662.

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

Color convert

RGB 70 127 30 -
CMYK 0.45 0 0.76 0.50
HSL 95.26º 0.62% 0.31% -
HSV(B) 95.26º 0.76% 0.5% -
XYZ 10.35 16.57 3.88 -
YUV 98.9 89.12 107.39 -
System Red Green Blue C M Y K H S L
Decimal 70 127 30 0.45 0 0.76 0.50 95.26 0.62 0.31
Hex 46 7F 1E 2D 0 4C 32 5F 3E 1F
Octal 106 177 36 55 0 114 62 137 76 37
Binary 1000110 1111111 11110 101101 0 1001100 110010 1011111 111110 11111

Color Harmonies of #467F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467F1E

Black with #467F1E

Text Example


Text Example

White with #467F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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